An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
There is a firewall on both endpoints which allows only ips 3.222.129.4 and 54.205.35.75, so they can both only be accessed by proxy (if they are accessed directly they will fail with code 403, just like the bug), we can tell that it is not being blocked by the proxy because they have the same proxy and one works and not the other:
| https://proggio.openai.azure.com/ | https://apgw1nac001.kla.com/proggioAI/| | |
|---|---|---|
| direct - ,"Hi | 403 | 403 |
| proxy - ,"Hi | 200 | 200 |
| proxy - ,""Hi | 200 | 403 |