I am trying to change a POST to "/ds" to GET a file "/mock.json". But I have an error in the browser showing "Mixed Content ...This request has been blocked; the content must be served over HTTPS."
My config:
location /ds {
return 200 /mock.json;
}
Help please ;)
My config:
location /ds {
return 200 /mock.json;
}
Help please ;)