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

httr::GET From localhost to localhost (or to any other site/url) is getting blocked by company firewall #654

Closed
ezpzlmnsqzy2 opened this issue Jun 22, 2020 · 1 comment

Comments

@ezpzlmnsqzy2
Copy link

ezpzlmnsqzy2 commented Jun 22, 2020

I have an R server running on localhost:3838 trying to hit a another server on localhost:3000. I'm on a corporate network and so I am specifying a proxy for my GET request, as I have done many other times in other languages/frameworks without issue.

Somehow I am getting a 403 returned by ZScaler, the service that blocks websites like Facebook, game sites, etc. Any idea why that would that be happening, and how can I prevent it with this library? It doesn't make sense to me for localhost communication to get blocked by our firewall, and I have written very similar programs in a variety of languages on our network without ever seeing this strange issue.

Hitting the same URL with the same headers works in Postman and curl, and I can even visit the url in my browser. I am fairly certain it is something related to either my R installation, RStudio, or this library. Thanks for any help

@ezpzlmnsqzy2 ezpzlmnsqzy2 changed the title httr::GET From localhost to localhost is getting blocked by company firewall httr::GET From localhost to localhost (or to any other site/url) is getting blocked by company firewall Jun 22, 2020
@hadley
Copy link
Member

hadley commented Oct 31, 2023

No idea, sorry, and apologies for taking so long to get back to you.

@hadley hadley closed this as completed Oct 31, 2023
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

2 participants