javascript - getting requestheaders from XHR -


i need access requestheaders in onload function. how can ?

thanks

if want access cookies within javascript can read them using document.cookie:

allcookies = document.cookie; 

allcookies string containing semicolon-separated list of cookies (i.e. key=value pairs)


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -