I have a chrome extension which uses react/axios. In that app I\'m sending a post request like so:
export const createComment = payload => { const url =
In my case, My server use https
https
so, http => https
http
then problem solved.