Search found 73 matches

by fred48fm
02 Sep 2019 17:35
Forum: Questions & Answers
Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
Replies: 8
Views: 8331

Re: Trouble using EXEC_SEND_HTTP_POST with credentials

No idea, it's not in the system doc... Just this : API Usage In order to use the API you will need an HTTP client that is capable of HTTPS communication, pre-emptive authentication, setting request headers, reading response status codes and reading the response body. https The API requires the use o...
by fred48fm
02 Sep 2019 14:53
Forum: Questions & Answers
Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
Replies: 8
Views: 8331

Re: Trouble using EXEC_SEND_HTTP_POST with credentials

We used this server and credentials on our previous system without problem.
When I say, "it work without credentials" it's just that i got a response from server (requesting me for login/password).

Strange...
by fred48fm
02 Sep 2019 14:31
Forum: Questions & Answers
Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
Replies: 8
Views: 8331

Trouble using EXEC_SEND_HTTP_POST with credentials

Hi, I can't find a way to use EXEC_SEND_HTTP_POST correctly ... It works without credentials, but when I add credentials, i got "Error : HTTP web request failed" I tryed like this : EXEC_SEND_HTTP_POST user|password|http://server.com/myuri|var=value&var2=value2 If anyone got an idea ? ...