-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is there a way to access the cookies used in HTTP functions such as http_get()?
I have observed that at least on macOS and Windows, http_get() is accepting and sending cookies. But I don't know where the cookies are stored, to allow them to be managed. (Clearing cookies, viewing cookies, and setting/modifying cookies is useful for me.)
Alternatively, is it possible to disable automatic handling of cookies so that the Set-Cookies header is included in the visible headers, to allow a custom implementation of cookie handling?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request