@yash05041999 wrote:
i am using ionic framework and trying to deploy a PWA using ionic v3.
I am using a vultr server and a domain from Go daddy.
For backend I am using nodejs along with express and mongodb as database.Ionic code:
this.http.post(‘hhtp://xxxxxxxxxx.in:port_no/login’)Nodejs
app.post(’/send’,function(req,res){
}PWA url : https://xxxxxxxx.in/www
Mixed Content: The page at ‘https://xxxxxxxxxxxx.xxxx/xxx.in’ was loaded over a secure connection, but contains a form which targets an insecure endpoint ‘http://xxxxxxxxxxxx.xxxx/login’. This endpoint should be made available over a secure connection.This request has been blocked; the content must be served over HTTPS.
Posts: 2
Participants: 2