http headers for mobile

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
SteveTX
Posts: 170
Joined: Sun Jan 17, 2010 9:00 pm

http headers for mobile

Post by SteveTX » Wed Jul 17, 2013 1:50 am

Is there anything built-in to rev mobile browser, or a binary like curl, that i could use to GET and POST header data with URLs?

viro
Posts: 52
Joined: Fri Jul 05, 2013 6:59 pm

Re: http headers for mobile

Post by viro » Fri Jul 26, 2013 3:20 pm

I don't know how things work for revBrowser but Yes- you can use post, get etc on mobile platform.
set the httpHeaders to "your Header goes here, maybe it's a text field?"
post "something" to url "http//yoururlcom"
get url "http//yoururlcom/yourget"
the funniest thing about this particular signature is that by the time you realize it doesn't say anything it's too late to stop reading it

Post Reply