xhr and http get: any difference?

u0206397

Senior Member
Joined
Jul 15, 2009
Messages
764
Reaction score
0
To the web server? In the server log, can it tell whether it is a normal http get request or a XHR?
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
To the web server? In the server log, can it tell whether it is a normal http get request or a XHR?

Nope you wouldn't be able to tell between ajax and normal web requests in server logs by default. however you can always augment your XHR, or design the URL, for them to show up differently in your web logs.
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top