Need to set custom headers
Closed this issue · 3 comments
I have a api where i need to include one cookie to get the result
I don't need to know any users credentials it's just if this is missing then the request won't work
https://secure.dplay.se/secure/api/v2/user/authorization/stream/184471
Cookie: dsc-geo=5
Javascript don't allow sending cookies but is there anyway i could set it using something likex-Cookie: dsc-geo=5
Most CORS proxies strip user credentials (as defined in the CORS spec). I don't know of a CORS proxy that would allow this.
Sounds like a strange API. You might need a custom proxy?
You might need a custom proxy?
I'm afraid so 😞
Yeah, I don't really want to allow cookies/headers to be set - seems like it might open a can of worms I don't really want to deal with. Sorry!