[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.