How to work with http primitive?

For general discussion related FlowStone
Post Reply
User avatar
Parki
Posts: 20
Joined: Fri Feb 27, 2015 11:12 am

How to work with http primitive?

Post by Parki »

I find out that Flowsone has HTTP Post primitive, so I think it can interact with internet pages some how.
I need to write a code to find a random phrase with defined word.
-
How I could do that?
I don't asking you for write whole the code instead me, but may be some guides or anything that could help me with that.
I would appreciate if someone send a schematic with any works code with http primitive inside.
-
I hope My english was understeandable.
I hope my english was understeandable.
Skype id - parkidesu
Drnkhobo
Posts: 312
Joined: Sun Aug 19, 2012 7:13 pm
Location: ZA

Re: How to work with http primitive?

Post by Drnkhobo »

There are some other examples using the HTTP POST prim here on the forums. Try a quick search for them.

That prim sends a post request only, usually to a script on your server. I guess the most common would be a php script, there are plenty of docs on that at w3.

Im sure when you find the other examples more appealing..but if you need a sample I can whack one up for you if you like ;)
Post Reply