HTTPS/HTTP + CORS ORIGIN VIOLATION #452
Unanswered
michael-elkabetz
asked this question in
Q&A
Replies: 1 comment
-
|
Anyone find a fix for this? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have added a chatbot snippet to my website, and I've encountered two issues:
HTTP/HTTPS: My website uses HTTPS, but the chatbot communicates with the server via HTTP.
CORS Origin Violation: The IP of the host that the chatbot communicates with is different from my website's hostname.
How can I fix both of these issues quickly and easily?
Beta Was this translation helpful? Give feedback.
All reactions