Access to external url on Windows Server

Asked

Viewed 60 times

-1

well the problem I have is the following: I have an application that sends SMS, it makes a POST request to a certain url. What happens is that I run the application on the server and it works and consequently for the clients as well. But after about 20 minutes it presents the error: "Connection closed unexpectedly", when I open the browser on the server it asks me the credential and when I put it back to work and again after about 20 minutes it presents the same error.

1 answer

1

You will probably have to use additional codes to automatically enter your credentials on the server.

Follow some sites so you a read, in the first he talks about the Administration of authentication credentials and shows lines of code on how to implement it (C#)(VB.NET)(Javascript)(VBSCRIPT)

Link

And here the author shows how he does to keep your Wordpress running by inserting only once your credentials

Link

Browser other questions tagged

You are not signed in. Login or sign up in order to post.