Questions tagged [http-headers]

5 questions
8
votes
0 answers

Google Chrome DevTools "Copy as cURL" no longer includes cookies - how to restore old behavior?

After a recent Google Chrome update (not sure which version exactly), I noticed that in DevTools, on the "Network" tab, the Copy -> Copy as cURL function no longer includes cookies in the copied command. Previously, the generated command contained…
4
votes
1 answer

What is “X-Amzn-Trace-Id” in my Firefox request headers?

I was browsing a website with domain httpbin.org that allows me to investigate my own HTTP request headers. This morning the website said they look like this: { "headers": { "Accept":…
Mikke Mus
  • 195
  • 1
  • 13
1
vote
1 answer

SvelteKit service accessed via Traefik can't load JS modules due to "disallowed MIME type"

I have the barebones example SvelteKit app & a Traefik reverse proxy both running inside Docker containers. When accessing the SK app directly (i.e. without going through Traefik first), the page content loads just fine: However, when accessing it…
0
votes
1 answer

nginx unknown "remote_groups" variable

I am actually building a webdav server using nginx behind a Traefik and Authelia as middleware for ldap auth. I confirmed with debugging that both the variables $http_remote_user and $http_remote_groups exists and contained data. However on startup…
0
votes
1 answer

Why doesn't randomization of HTTP header work with Requestly?

As part of my efforts to thwart fingerprinting, I used Google Bard to tell me how to randomize my HTTP accept headers with Requestly. However, when I go to https://amiunique.org to check my accept header, it doesn't change. What am I doing wrong and…