The problem appears to be related to the connection between your Azure server and the Microsoft Translator API endpoint.
- Check Azure server has internet connectivity
- Check the firewall and security settings for API and Azure Server
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The API address is https://api.cognitive.microsofttranslator.com/
I use java,theoretically its performs on PC should be the same as the azure server
It performs normal on PC, i up my app to azure server, and run it, Okhttp3 has a timeout error
I use curl in azure server, but it has been stuck here
curl -v https://api.cognitive.microsofttranslator.com/
* Trying 20.38.87.129:443...
My translator API firewall setting is All networks mode
How to solve this problem?
The problem appears to be related to the connection between your Azure server and the Microsoft Translator API endpoint.