thirtyfour icon indicating copy to clipboard operation
thirtyfour copied to clipboard

add header to site before requesting

Open farbodpm opened this issue 11 months ago • 1 comments

I need to set some header because I have to set authentication token.

farbodpm avatar Jan 23 '25 14:01 farbodpm

are you using selenium to access apis perhaps, if so you should look into reqwest? because it isn't meant to do that, most sites use cookies for auth, because that is the intended way to keep auth, since, not that I know of at least, browsers don't let you add headers to a request before sending

vrtgs avatar Feb 03 '25 07:02 vrtgs