Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Content-Type of your websites #327

Open
Polda18 opened this issue Sep 30, 2020 · 0 comments
Open

Wrong Content-Type of your websites #327

Polda18 opened this issue Sep 30, 2020 · 0 comments

Comments

@Polda18
Copy link

Polda18 commented Sep 30, 2020

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant