[Webkit-unassigned] [Bug 182644] New: The referer header is not set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 9 11:23:36 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182644

            Bug ID: 182644
           Summary: The referer header is not set
           Product: WebKit
           Version: Safari 11
          Hardware: Macintosh
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: samuel_abromowitz at putnam.com
                CC: beidson at apple.com

When making a xhr request that is redirected the Referer header is not being set. This is happening with Safari 11.0.3 running on High Sierra. This did not happen with Safari 11.0.3 running on Sierra.

example function
function getAccessToken(){
$.ajax({
url: "https://example.website.com/token",
xhrFields: {
withCredentials: true
},
dataType: 'json',
type: "GET",
crossDomain: true,
context: this,
success : function (data, textStatus) {
window.accesstoken = data.access_token;
}
})
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180209/e133cc3d/attachment.html>


More information about the webkit-unassigned mailing list