Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Custom HTTP header

From: dhsunanda:gmai:l at: 24-Oct-2010 14:44

Francis Mak:
> May I know how can I solve this problem by using the correct syntax?
Try something like this: custom-header: [ Cookie: "a=1234" Referer: "http://www.xyz.com" ] read/custom http://192.168.1.100:8080 append/only [header] custom-header Sunanda.