hook.io icon indicating copy to clipboard operation
hook.io copied to clipboard

Wrong Content-Type of your websites

Open Polda18 opened this issue 4 years ago • 0 comments

Your websites are completely unsuable without Javascript debug console. This is roughly what I see when I enter your sites: image

I had to copy all content of the page, paste it into an escape tool (so I don't have to painstainkinkly replace every single character one by one by its escaped sequence), and paste the result back into console in this formar:

document.write("Javascript escaped HTML string")

I guess the issue is caused by wrong Content-Type reported by the server to the browser, which in this case may be text/plain. Please change it to text/html to fix it and then I might start considering using your services. Thank you :)

Polda18 avatar Sep 30 '20 14:09 Polda18