Re: HTTPHeaders

2020-04-20 Thread J. Landman Gay via use-livecode
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 | http

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

Is this POST and httpHeaders script syntax correct?

2012-09-17 Thread Keith Clarke
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 set the httpHeaders to field