Previously I haven’t used “https” as suggested in the field. “allow_url_fopen” was active.
Now I’m routing a web safe url (https://subdomain.domain) to a local unsafe Node-Red-made api and this (picture) is the log.
<<< PD: sorry for this new question thread, haven’t received password restore by mail. >>>
- Fernando Giacomino asked 4 years ago
- You must login to post comments
I think the issue is that you use the wrong URL. Since redirections are not allowed, you do not get the results you need. Normally you should not process redirected requests since a redirection can pose a security risk. For instance, a request can be redirected to a phishing website and so the credentials you have possibly provided in the request can be compromised.
- Gregory answered 4 years ago
- You must login to post comments
Please login first to submit.