I am trying to use the http-connector to connect to a website/webshop (http://webshop.coffeefresh.nl). The http connector is returning error code -1. When I do the same request to http://bol.com for instance I receive status code 0 / http 200 OK.
I can reach the URL without any problems using a browser or insomnia. Just not with the http connector.
What can be the cause of the -1 error code, or, where do I look for the problem?
Solved
http connector status code -1
Best answer by Vincent Doppenberg
Hi Hugo,
The problem is most likely that your GUI is quite old. That version of the GUI still targets version 4.5 of the .NET Framework, which means that it will have the problem that I described earlier. Updating your GUI to the newest version, which targets .NET Framework 4.7, should fix this issue.
View originalThe problem is most likely that your GUI is quite old. That version of the GUI still targets version 4.5 of the .NET Framework, which means that it will have the problem that I described earlier. Updating your GUI to the newest version, which targets .NET Framework 4.7, should fix this issue.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.