Tagged Questions
0
votes
1answer
27 views
CDN redirect for the API's JavaScript SDK is incorrect
The API's JavaScript SDK is listed as https://api.stackexchange.com/js/2.0/all.js.
However, GET request produces the following response:
Status Code: 301 Moved Permanently
Location: ...
10
votes
1answer
205 views
Bug in the StackExchange Api ? getting “could not parse proxy url” when user not logged in
I think I may have stumbled upon a bug in the StackExchange JS API
I'm having a problem getting its authentication to work properly, and I just discovered that the same problem exist in the official ...
1
vote
1answer
68 views
Implicit OAuth flow is not working when the user is not logged in.
Here is the URL I am trying to use:
https://stackexchange.com/oauth/dialog?client_id=120&scope=read_inbox,no_expiry&redirect_uri=https://stackexchange.com/oauth/login_success
This works ...
2
votes
1answer
59 views
the stack exchange javascript library is 404
the library listed on the doc page for Authentication
https://api.stackexchange.com/js/2.0/all.js
ultimately redirects to
https://api-v2cdn.sstatic.net/js/all.js
which results in varying degrees ...