python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Calling Lokalise REST Api From Azure Function Sometimes SocketException: No such host is known
We are intermittingly seeing in logs SocketException: No such host is known in Azure function while calling https://api.lokalise.com/api2/projects/{id}/keys using HttpClient.
The problem is that there...
Imran Qadir Baksh - Baloch
Votes: 0
Answers: 1
System.Net.Http.HttpRequestException: Name or service not known Error on .netcore 3.1 app hosted in OCP docker container
I am using following code to make an http call to external service provider lokalise.
var client = new HttpClient();
client.DefaultRequestHeaders.Add("x-api-token", _config.G...
Saqib Shehzad
Votes: 0
Answers: 1
Translate back to english before sending the search parameter using weglot
I am using Weglot in my single-page application (Angular). The following code adds a language switcher in my application on all pages.
<script type="text/javascript" src="https://cdn...
Ankur Arora
Votes: 0
Answers: 1