https://bugzilla.wikimedia.org/show_bug.cgi?id=71222

            Bug ID: 71222
           Summary: API XHR requests from mediawiki do not transmit
                    cookies when editing
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Looking at the network traffic from visiting a page on enwiki, I saw that when
editing a page (both with VE enabled and without it) a few GET requests get
performed to API, like in example:

https://en.wikipedia.org/w/api.php?format=json&uselang=en&action=visualeditor&paction=parse&page=Moravian-Silesian_Region

these requests go out as XHR requests and my browser does not attach any cookie
to the request. Of course, this means that any cookie-based test we might want
to perform (like using HHVM) will not work as expected.

This would effectively block us from testing hhvm on the API cluster.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to