Jump to: navigation, search
(Created page with "= Secure Cookies= Category:V:HTCC:8.5.2DRAFT")
 
(HTCC-28103)
Line 1: Line 1:
 
= Secure Cookies=
 
= Secure Cookies=
 +
Web Services uses the secure flag option to ensure that cookies are not accessible by unauthorized parties during transmission. When the cookie is declared as secure in the
 +
[[Documentation:HTCC:Dep:HTCCConfigurationOptionsReference:8.5.2#cookies|cookies]] configuration option, the browser will not send the cookie over an unencrypted HTTP request. By default, browsers will send the cookie as plaintext when there is no explicit HTTPS requirement for the content(like a single image).
 +
 
[[Category:V:HTCC:8.5.2DRAFT]]
 
[[Category:V:HTCC:8.5.2DRAFT]]

Revision as of 09:17, November 2, 2017

Secure Cookies

Web Services uses the secure flag option to ensure that cookies are not accessible by unauthorized parties during transmission. When the cookie is declared as secure in the cookies configuration option, the browser will not send the cookie over an unencrypted HTTP request. By default, browsers will send the cookie as plaintext when there is no explicit HTTPS requirement for the content(like a single image).

Comments or questions about this documentation? Contact us for support!