Can anyone tell me why http://localhost:4502/ works perfectly fine but http://127.0.0.1:4502/ fails to authenticate?
This is causing authentication issues with a json response in an http request to a specific IP in test. At first I thought there was a header issue, but quickly found out I can't even log in to my local using my local IP so it must be something else, any ideas much appreciated.