sensenmercado / jpegcam

Automatically exported from code.google.com/p/jpegcam
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Uploading should set X-Requested-With header #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
My web app uses this plugin to upload pictures.  Since the upload post is 
inline, shouldn't it set the appropriate HTTP header to indicate it's an AJAX 
request?

    X-Requested-With: XMLHttpRequest

Original issue reported on code.google.com by colinvie...@gmail.com on 6 Apr 2012 at 7:49

GoogleCodeExporter commented 8 years ago
FWIW, here are more details that led me to this issue:

https://github.com/laravel/laravel/issues/511

Original comment by colinvie...@gmail.com on 6 Apr 2012 at 7:51