Hi,
I have an API that works perfectly in Postman (and in python) but fails in FF (getting a 403).
it looks like it's the authorization that is causing the problem but the headers is exactly the same:
"Authorization": "Basic xkxxkikxixkxixkxikxikikxi"
has anyone experienced this and any get around?