Search found 8 matches

Go to advanced search

by David D
Mon May 16, 2022 11:38 am
Forum: General Discussion
Topic: JADE WebSockets using Apache Web Server - anyone have that working?
Replies: 0
Views: 2476

JADE WebSockets using Apache Web Server - anyone have that working?

Hi team, I'm playing with Jade WebSockets and having trouble getting it working... as I can get good examples of the HTML/JavaScript side and a good example of the Jade side... I guess it's a failing on the Apache Web Server configuration, of which I'm not very experienced, after trying a few things...
by David D
Fri May 18, 2018 11:54 am
Forum: General Discussion
Topic: Stack Overflow
Replies: 7
Views: 8442

Re: Stack Overflow

jade-platform sounds fine, please go ahead, we need a modern jade online community functioning.
by David D
Mon Nov 20, 2017 10:16 am
Forum: General Discussion
Topic: Is it possible to set HTTP headers via JadeHTTPConnection
Replies: 4
Views: 6090

Is it possible to set HTTP headers via JadeHTTPConnection

The following code works except I need to pass an authrorization header, is it possible to pass/set it on the connection class? vConnection.configureFNLProxy(); vConnectionString := "/services/v0.3/companies-office/ppsr/financing-statements/CtFMqJYEfO7qsYRZDm_0MMEwn20a"; result := vConnection.getHtt...
by David D
Thu Nov 09, 2017 10:33 am
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31939

Re: using a REST API from JADE

also I need to add header info with an "Authorization" detail (as per the insomnia example), how is this added?

Thanks
by David D
Thu Nov 09, 2017 10:25 am
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31939

Re: using a REST API from JADE

I just note that the getHttpPageBinary() call is one parameter short, is it missing the server name? Hi David, Here's some sample code for accessing a REST endpoint. We use something similar to talk Jade to Jade. vars connection: JadeHTTPConnection; data, result: String; status: Integer; begin creat...
by David D
Thu Nov 09, 2017 10:20 am
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31939

Re: using a REST API from JADE

Thanks Allistar, that example is nice and simple... I'll have a play.
by David D
Thu Nov 09, 2017 7:45 am
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31939

Re: using a REST API from JADE

Thanks BeeJay... that was my understanding to. I'll use the TCPIP connection classes as suggested.
by David D
Wed Nov 08, 2017 3:06 pm
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31939

using a REST API from JADE

Has anyone sent a request directly to a REST webservice from JADE.... e.g. accessing the new api.business.govt.nz PPSR web services that are becoming available (they return JSON data).

I don't see how it's possible using the new REST service or the old Web Service Consumer...

Thank you

Go to advanced search