Page 1 of 1

How to work with http primitive?

Posted: Sun Mar 01, 2015 9:13 am
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.

Re: How to work with http primitive?

Posted: Mon Mar 02, 2015 3:27 pm
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 ;)