Opened 15 years ago
Closed 15 years ago
#564 closed enhancement (fixed)
Add X-Forwarded-For support to Intarweb and possibly Spiffy
| Reported by: | sjamaan | Owned by: | sjamaan |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | extensions | Version: | |
| Keywords: | x-forwarded-for, proxies, spiffy, intarweb, header | Cc: | jjfoerch@… |
| Estimated difficulty: |
Description
See John Foerch's mail to Chicken-users.
Adding it to intarweb is a no-brainer. About if and how to add it to Spiffy I'll need to think some more.
Note: See
TracTickets for help on using
tickets.

This is now implemented in trunk intarweb & spiffy. It will be made into a release soon enough if no new issues pop up.
I'm not sure about secure connections yet; possibly
secure-connection?should be modified to be a user-supplied procedure that can tell whether the connection is secure. Or something... Why does this web stuff suck so much?