thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.62k stars 127 forks source link

Regarding Cookie Isuue faced while sending a post request #1576

Open Aarya3848848484 opened 1 month ago

Aarya3848848484 commented 1 month ago

Question:

Cookie has domain set to the public suffix "local" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain:true, rejectPublicSuffixes: false}. How can we configure the CookieJar ?