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

Disregard UTF-8 and X-UA tags (when applicable) #12

Closed citrusui closed 8 years ago

citrusui commented 8 years ago

Bootlint Online, at the time of this writing, doesn't request HTTP headers when you enter a URL.

In the case of meta charset="UTF-8" and meta http-equiv="X-UA-Compatible" content="IE=edge">, these can be added server-side via .htaccess in Apache like so:

AddDefaultCharset UTF-8 Header set X-UA-Compatible "IE=Edge"

Would be nice to automatically detect this so I wouldn't keep getting 2 problems every time I check my site for errors.

eduardinni commented 8 years ago

Thanks for your feedback, now Bootlint Online checks for HTTP headers when W001 and W002 are found. :+1: