vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
709 stars 40 forks source link

Not working behind a firewall #317

Closed rocher closed 7 years ago

rocher commented 8 years ago

The proxy installed in my company is filtering all requests sent by 'sx-ask'. I have the proxy correctly configured in Emacs. I can, for example, list and install packages from gnu and melpa sites, no problem with that.

Looking at the Emacs messages, I've discovered that one of the requests sent by 'sx-ask' is "https://api.stackexchange.com/filter/create". I tried that request with Firefox and the same proxy ... and it works!! I can see the response! (json)

Is there any configuration variable to solve this? Additional headers in the request?

rocher commented 7 years ago

works perfectly with emacs-25 branch