You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Hi, I followed the Segment quick-start exactly and have Anayltics.js loading correctly in my Angular web app. However, on chrome, all the POST requests sent to Segment are getting blocked because they all have "Content-type" of text/plain instead of application/json like it should be. This happens only on Chrome though, on Firefox the requests get through successfully. If I could get some guidance on how to fix this, that would be much appreciated! Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I followed the Segment quick-start exactly and have Anayltics.js loading correctly in my Angular web app. However, on chrome, all the POST requests sent to Segment are getting blocked because they all have "Content-type" of
text/plain
instead ofapplication/json
like it should be. This happens only on Chrome though, on Firefox the requests get through successfully. If I could get some guidance on how to fix this, that would be much appreciated! Thanks!The text was updated successfully, but these errors were encountered: