Did anyone ever operated the "HttpPost" primitive correctly?

For general discussion related FlowStone
Post Reply
User avatar
kortezzzz
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

Did anyone ever operated the "HttpPost" primitive correctly?

Post by kortezzzz »

Hi,
I latelty looked for ways to send \ recieve data in and out of a FS app and found the "HttpPost" primitive which in theory should write and read data that located on a server from the FS app. That (again, in theory) means that the posibily to communicate with the world from FS app is possible and moreover when you need 2 of your apps "to talk each other" via sending and recieving messages to each other via the server.

I realy have no idea if this primitive is actully workable or at least works in a very basic way and has any benefit. I tried to use it with no luck and I would love to get any information or help how to operate it. If anyone knows, please share. Thanks.
User avatar
kortezzzz
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

Re: Did anyone ever operated the "HttpPost" primitive correc

Post by kortezzzz »

Pretty funny that the primitive is there for ages and probably no one knows what to do with it :?
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Did anyone ever operated the "HttpPost" primitive correc

Post by billv »

I also would like to see a demo of HttpPost...it's not as easy as it looks...
Nothing in the user guide...but the Componant Refernce...explains a lot...
Nonetheless..I still failed tp pass any data.... :?
\Thanks in advance..
User avatar
kortezzzz
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

Re: Did anyone ever operated the "HttpPost" primitive correc

Post by kortezzzz »

I tried some free http post servers with it - with no luck. It never responds to the sending trigger. Maybe someone in the forum have a contact with Malc and can ask him for guiding? Seems like he's the only person that can do it..
R&R
Posts: 474
Joined: Fri Jul 15, 2022 2:28 pm
Contact:

Re: Did anyone ever operated the "HttpPost" primitive correc

Post by R&R »

I don't know if there is any particular functionality you are seeking related to post...

Gave it a try myself and it seems to work. Atleast posting to http://httpbin.org/
Attachments
HTTPpost.fsm
(2.45 KiB) Downloaded 589 times
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Did anyone ever operated the "HttpPost" primitive correc

Post by billv »

Thanks for the demo... :D
User avatar
kortezzzz
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

Re: Did anyone ever operated the "HttpPost" primitive correc

Post by kortezzzz »

R&R wrote:I don't know if there is any particular functionality you are seeking related to post...

Gave it a try myself and it seems to work. Atleast posting to http://httpbin.org/
HOLLAA, thank you very much, R&R 8-) :ugeek:
Post Reply