Hi David,

I saw your private email too. Sorry could not reply before. I actually have
seen this error while connecting to online urls in general and mostly due
to invalid HTTP status or responses...Best is to first try to connect via
curl or something to find if it is working in a plain terminal environment.

So curl -I url should just output the response and headers...can you tell
me what response you get using curl ?

Thanks

On 3 February 2017 at 13:00, Koen Van Hooreweghe <[email protected]>
wrote:

> Hi David,
>
> I don't know if it might have something to do with your issue, but I was
> just testing a http service and got an "arguments are incompatible' because
> I forgot to define the 4th parameter of the HTTP Request command.
> Just needed to add C_OBJECT($response) before
> $status:=HTTP Request(HTTP POSTmethod;$url;$data;$response;$headerNames;$
> headerValues)
>
> HTH
> Koen
>
> Op 3-feb.-2017, om 11:43 heeft David Samson <[email protected]> het
> volgende geschreven:
>
> > I have used "HTTP Request" with REST successfully in the past but in this
> > case I am getting a strange "arguments are incompatible" error which I
> > suspect just means it was unable to connect since I have double-checked
> all
> > the parameters.
>
>
>
> --------------------
> Compass bvba
> Koen Van Hooreweghe
> Kloosterstraat 65
> 9910 Knesselare
> Belgium
> tel +32 495 511.653
>
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> FAQ:  http://lists.4d.com/faqnug.html
> Archive:  http://lists.4d.com/archives.html
> Options: http://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:[email protected]
> **********************************************************************
>
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to