dieulot / instantclick

InstantClick makes following links in your website instant.
instantclick.io
MIT License
5.51k stars 246 forks source link

Can't obtain on serverside that page has been requested via instantclick #71

Open mmmsharap opened 10 years ago

mmmsharap commented 10 years ago

Pjax sends request headers, why Instanclick doesn't?

dieulot commented 10 years ago

Hi, sorry for the delay. This is a planned feature: sending an X-INSTANTCLICK header.

Not a lot of code (most likely only one line), the thing is I’ll need to update the documentation, which is already in a poor state.

rungta commented 7 years ago

Would be great if InstantClick set the conventional X-Requested-With: XMLHttpRequest header along with any other custom headers such as X-INSTANTCLICK. A lot of server side code relies on that convention for detecting Ajax requests.

bgilbert6 commented 6 years ago

Any progress on this??

bgilbert6 commented 6 years ago

163