| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Hi, My IIS 8.5 server was causing me trouble with the If-Modified-Since header, and returning a 400 code. After investigating it seems that the date should be in RFC822 or RFC1123 format, and both of which require that the day be formatted with a leading 0. Anyway, adding the 0 fixed my problem. Hope that helps someone else. Cheers Xavier
Fixed 'If-Modified-Since' date format
|
Awesome! Thank you so much for finding and fixing this! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hi,
My IIS 8.5 server was causing me trouble with the If-Modified-Since header, and returning a 400 code. After investigating it seems that the date should be in RFC822 or RFC1123 format, and both of them require that the day be formatted with a leading 0.
Anyway, adding the 0 fixed my problem.
Hope that helps someone else.
Cheers
Xavier