HTTP Post Headers

Questions about using NeoBook's scripting language

Moderator: Neosoft Support

Locked
smokinbanger
Posts: 204
Joined: Mon Jan 16, 2012 9:53 am
Location: United States

HTTP Post Headers

Post by smokinbanger »

Greetings fellow neobookers! Its been a few years since I've been active on here as life has taken me elsewhere for a while.

I'm building an application that will need to use HTTP posts and I am wondering how to use the InternetPost action and set the headers for the post? The server requires two headers with every post: An API Key and signature, as well as a command with each post. Do the Headers go in the InternetPost data field? And if so, how should it be formatted?
Just Sayin'...
Neosoft Support
NeoSoft Team
Posts: 5628
Joined: Thu Mar 31, 2005 10:48 pm
Location: Oregon, USA
Contact:

Re: HTTP Post Headers

Post by Neosoft Support »

The InternetPost action is fairly primitive. You'll have to experiment, but I'm not sure it can be used with anything that requires specific headers, etc.
NeoSoft Support
Tony Kroos
Posts: 419
Joined: Thu Oct 15, 2009 3:43 pm

Re: HTTP Post Headers

Post by Tony Kroos »

Use forum search for vbscript-based solutions
smokinbanger
Posts: 204
Joined: Mon Jan 16, 2012 9:53 am
Location: United States

Re: HTTP Post Headers

Post by smokinbanger »

Yeah Thanks, I ended up using a vbscript function
Just Sayin'...
Locked