Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Set origin with another site

Post Reply
Haku
Posts: 12
Joined: Sat Jan 29, 2022 10:33 pm

Set origin with another site

Post by Haku »

When I use SetReferrer in my POST request, this function sets the referrer I need but in the header the origin doesn't change and i cannot set header origin with another site, it just sets my POST url
User avatar
salvadordf
Posts: 4580
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Set origin with another site

Post by salvadordf »

I've never tried to modify that header and I couldn't find any information to do that.

If you use TChromium try implementing TChromium.OnBeforeResourceLoad to modify that header.
Haku
Posts: 12
Joined: Sat Jan 29, 2022 10:33 pm

Re: Set origin with another site

Post by Haku »

So sad, i'm using ICefRequest not a TChrome
Post Reply