http request fail (again)

0
0

jetFlow Log
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. >>>

  • You must to post comments
0
0

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.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.