Results 3 comments of Jolav

Can you give me some requests to test by myself ?

That constants are personal keys to access different services Github Tokens https://github.com/settings/tokens Gitlab tokens https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html Create a personal access token Weather Apis http://www.weatherunlocked.com/products/weather-api/overview https://openweathermap.org/current https://www.weatherapi.com/docs/

At this point the server correctly understands the urls sent with encodeURIComponent() (at least i hope so) This is a valid request ```var url = 'https://api.codetabs.com/v1/proxy/?quest=' + encodeURIComponent('http://example.com');``` This one...