eduardinni / bootlint-online

Bootlint implementation to check remote websites via HTTP. Node.js back-end with React front-end
https://www.bootlint.com
MIT License
37 stars 2 forks source link

querystring not working #13

Closed iscekic closed 8 years ago

iscekic commented 8 years ago

In Firefox, http://www.bootlint.com/?url=http:// becomes http://www.bootlint.com/?url=http:%2F%2F, causing the app to fail.

You probably need to decodeURIComponent somewhere. :smile:

eduardinni commented 8 years ago

Thanks for your feedback, the issue has been fixed :+1: