79273238

Date: 2024-12-11 21:35:41
Score: 0.5
Natty:
Report link

The answer to my problem, was some wort of weird behaviour, axios actually made the requests to http://sub.domain.tld/api/path, while my reverse proxy forwarded that to the IP:Port, as it was http and not https, after adding a '/' at the end of the api_url, not the base_path, I could finally get everything to work.

Hope this helps anyone else :)

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: crazywolf