Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle proxy URLs #23

Closed
iandees opened this issue Sep 19, 2016 · 3 comments
Closed

Handle proxy URLs #23

iandees opened this issue Sep 19, 2016 · 3 comments

Comments

@iandees
Copy link
Member

iandees commented Sep 19, 2016

Some OpenAddresses sources are Esri layers behind an HTTP proxy. The URL ends up looking like this:

http://map.sccmo.org/proxy/proxy.ashx?http://10.10.143.115/scc_gis/rest/services/appservices/taxinformation/MapServer/0

from this build run

This URL currently gets parsed by the requests library and turns into a request like this:

http://map.sccmo.org/proxy/proxy.ashx?http://10.10.143.115/scc_gis/rest/services/appservices/taxinformation/MapServer/0&f=json

...which doesn't work, because the f=json gets passed as a query arg to the proxy.ashx script instead of getting sent to the Esri endpoint.

@marhensa
Copy link

same problem here

@ingalls
Copy link
Member

ingalls commented Mar 20, 2021

I think this should be fixed by: #38

@iandees are we ok to close?

@ingalls ingalls closed this as completed Mar 20, 2021
@ingalls ingalls reopened this Mar 20, 2021
@iandees
Copy link
Member Author

iandees commented Mar 20, 2021

Yea, I think so.

@iandees iandees closed this as completed Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants