I have tried to consume a GET API and I have gotten Response 200 OK, but I have this error message… “The requested URL was rejected. Please consult with your administrator.”
Please advise whose administrator is this referring to?
Since I have a GET API and it shows 200 ok, I guess it has nothing to do with whether my network can consume the API, so I don’t need to check with my IT, but is it asking to check with the owner of that api?
If you have a proxy server (or firewall) intercepting outgoing requests, that 200ok may be a message from your internal proxy telling you that you can’t access that website.
You haven’t actually hit the API endpoint at this time. Therefore the 200ok is misleading as its not bring returned by your actual end point but your proxy server.
Its either this, or is indeed something you need to discuss with your API supplier. (In which case a 200ok is not the status it should be returning though).