How can I send some HTTP headers,
before sending a HTTPRequest.
Its a very simple task on HTML but I dont have any clues on doing it on MacroScheduler
Thank You
Sending Headers
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Http Headers
Example:
Content-Type: application/x-www-form-urlencoded
Cookie: MyCookie=1
Iam trying to post some info to my site, but I need to have a cookie for each client. So I need to send a custom HTTP header.
Cookie: MyCookie=1
Hope I was more clear.
Thanks
Content-Type: application/x-www-form-urlencoded
Cookie: MyCookie=1
Iam trying to post some info to my site, but I need to have a cookie for each client. So I need to send a custom HTTP header.
Cookie: MyCookie=1
Hope I was more clear.
Thanks