scratchfoundation / scratch-flash

Open source version of the Scratch 2.0 project editor. This is the basis for the online and offline versions of Scratch found on the website.
https://scratch.mit.edu
GNU General Public License v2.0
1.33k stars 512 forks source link

Flash does not send XHR header correctly, session 403'ing #1392

Closed colbygk closed 5 years ago

colbygk commented 6 years ago

It appears that Flash is not performing a correct XHR request when trying to load session information:

screen shot 2018-04-09 at 10 00 57 am screen shot 2018-04-09 at 10 01 15 am

The correct call should include a x-requested-with: XMLHttpRequest header:

screen shot 2018-04-09 at 10 02 42 am

This does not seem to interfere with current operations.