You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not even get my console logging statement as it hangs. Eventually, after a LONG while, I get a timeout error:
POST http://localhost:3123/proxy?(some number here) net::ERR_EMPTY_RESPONSE
DEBUG
Error: Access Declined(…)
This does not happen at all when I am not under the proxy (and my app works fine), but I would like this to work behind a proxy. Is there a setting I can apply to do this, such as setting an http proxy variable? If it helps, I am behind something that looks like user:pass@proxy.company.com:port_id.
The text was updated successfully, but these errors were encountered:
Hello,
I have jsforce-ajax-proxy running in the background, but when I create a connection in my JSForce app as such:
and do a login as such:
I do not even get my console logging statement as it hangs. Eventually, after a LONG while, I get a timeout error:
This does not happen at all when I am not under the proxy (and my app works fine), but I would like this to work behind a proxy. Is there a setting I can apply to do this, such as setting an http proxy variable? If it helps, I am behind something that looks like
user:pass@proxy.company.com:port_id
.The text was updated successfully, but these errors were encountered: