dannykopping / spore

ReSTful extensions for Slim
29 stars 2 forks source link

Proxy required for hyperlink traversal #23

Closed nickshanks closed 11 years ago

nickshanks commented 11 years ago

In the Diving-Deeper file, there is a hyperlink to http://https//github.com/codeguy/Slim/issues/439

To traverse this would require me to set up a proxy server called "https" to intercept HTTP requests on port 80, extract the second level of the request path and issue a sub-request to that host, using the remainder of the path as the sub-request's full path. Or you could add a colon to the hyperlink. Whichever you think's easier, y'know. :-)

dannykopping commented 11 years ago

Haha, you win the prize for funniest issue! Thanks for the tip... Good luck hooking up the proxy :)

dannykopping commented 11 years ago

Fixed!