Re: HTTPHeaders

2020-04-20 Thread J. Landman Gay via use-livecode
tting the defaultFolder. Devin On Apr 20, 2020, at 3:11 PM, J. Landman Gay via use-livecode wrote: Are the httpHeaders persistent or do I need to set them before each server call? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: HTTPHeaders

2020-04-20 Thread Devin Asay via use-livecode
In my experience they are persistent throughout a session, sort of like setting the defaultFolder. Devin > On Apr 20, 2020, at 3:11 PM, J. Landman Gay via use-livecode > wrote: > > Are the httpHeaders persistent or do I need to set them before each server > call? >

HTTPHeaders

2020-04-20 Thread J. Landman Gay via use-livecode
Are the httpHeaders persistent or do I need to set them before each server call? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use

[BUG] setting the httpheaders on iOS using LC 6.7 doesn't work

2015-01-07 Thread Andre Garzia
Hey Friends, Can someone confirm that setting the httpheaders before a post work on iOS and Android using LC 6.7 My Facebook Library is experiencing hiccups and by investigating with Charles Proxy I am seeing that the request is not going with the content type I am setting. This used to work

Is this POST and httpHeaders script syntax correct?

2012-09-17 Thread Keith Clarke
are for the response put empty into field "loginResponse" set the LoginResponse of this card to null --prepare the soap login envelope put the LoginRequest of this card into tLoginRequest put urlencode (tLoginRequest) into tRequest --prepare the HTTP POST request