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.
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
It appears that Flash is not performing a correct XHR request when trying to load session information:
The correct call should include a
x-requested-with: XMLHttpRequest
header:This does not seem to interfere with current operations.