-
-
Notifications
You must be signed in to change notification settings - Fork 0
CookieEngine.ParseResponseHeaders
Andrew Lambert edited this page Nov 27, 2022
·
2 revisions
CookieEngine.ParseResponseHeaders
Sub ParseResponseHeaders(URL As String, ResponseHeaders As InternetHeaders)
Sub ParseResponseHeaders(URL As String, ResponseHeaders As Iterable) ' Xojo 2018r4 and newer only
Name | Type | Comment |
---|---|---|
URL | String | The URL of the request. |
ResponseHeaders | InternetHeaders or Iterable | The response headers. |
Collect all the Set-Cookie:
headers in the specified HTTP response headers. If a Set-Cookie:
header specifies a domain attribute that doesn't match the one contained in the URL parameter then an exception will be raised. If the header doesn't have a domain attribute then the URL is used.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2021-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.