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

Spring Boot + JPA + Hibernate: Unable to locate persister -

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

c - double free or corruption (fasttop) -