Problem setting custom request header "Date" in Opera
Posted
by Solled Scroll
on Stack Overflow
See other posts from Stack Overflow
or by Solled Scroll
Published on 2010-05-27T14:43:48Z
Indexed on
2010/05/27
15:11 UTC
Read the original article
Hit count: 128
I can set any other headers but not "Date". request.setRequestHeader("hi", "world");
works but request.setRequestHeader("Date", "today");
does not. That is in Opera.
© Stack Overflow or respective owner