jquery - Refreshing old XHR Header -


i came across scenario need refresh xhr header ajax calls. here scenario,

let's loaded page making ajax call 1 of custom xhr header holding value "abc". if close page , reopen (using ctrl + shift + t in case of chrome) page makes server side call same xhr header value "abc".

is there way can change value else when reopen page xhr header has different value.

just curious! suggestions welcome.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

javascript - image slideshow using canvas HTML5 -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -