hook.io
hook.io copied to clipboard
Wrong Content-Type of your websites
Your websites are completely unsuable without Javascript debug console. This is roughly what I see when I enter your sites:
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 :)