[Gambas-bugtracker] Bug #1658: I need to be able to set REFERER on HttpClient connection (gb.net.curl)

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Oct 5 03:51:00 CEST 2019


http://gambaswiki.org/bugtracker/edit?object=BUG.1658&from=L21haW4-

Comment #1 by Benoît MINISINI:

I can do that, but why don't you just use the 'Headers' argument of the Get() or Post() method?

Dim hHttpClient as New HttpClient
...
hHttpClient.Url = "http://..."
hHttpClient.Get(["Referer: http://..."])

Benoît MINISINI changed the state of the bug to: NeedsInfo.




More information about the Bugtracker mailing list