How to correctly transfer an html page #1293
Unanswered
valendovsky
asked this question in
Q&A
Replies: 2 comments
-
You can compare the headers and content in Chrome, with headers and content from some other server and make the changes needed. Maybe you're missing content type or something |
Beta Was this translation helpful? Give feedback.
0 replies
-
The problem has been resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using uWS :: App(). Ws . When I connect through the local html page, there is a connection. But when I send the page through the get (" / * ", [] (auto * res, auto * req) {res->end(ss.str().c_str());}), JavaScript don't work. I would be grateful if you can tell me what is the error?
Beta Was this translation helpful? Give feedback.
All reactions