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
On accessing this wrong url through javascript async-await, https://api.allorigins.win/raw?url=${encodeURIComponent('https://en.wikipedia.ori/wik/JSONP')}
On accessing this wrong url through javascript async-await,
https://api.allorigins.win/raw?url=${encodeURIComponent('https://en.wikipedia.ori/wik/JSONP')}
the response status is:
instead of 404 or similar.
The correct url is: https://api.allorigins.win/raw?url=https://en.wikipedia.org/wiki/JSONP
The text was updated successfully, but these errors were encountered: