Category feed is sending 412 HTTP code
-
My Python category specific feed is showing a 412 HTTP code. Because of that my posts are not getting aggregated.
What do I have to do to make it run 200 OK ?$ grep planet logs/access_log | tail -2
66.33.205.8 - - [18/Apr/2005:18:46:55 +0000] "GET /archives/category/tech/python/feed/ HTTP/1.0" 412 269 "-" "Planet Python https://www.planetpython.org/ Planet/0.2 https://www.planetplanet.org/ UltraLiberalFeedParser/2.7.6 +https://diveintomark.org/projects/feed_parser/"
66.33.205.8 - - [18/Apr/2005:19:47:09 +0000] "GET /archives/category/tech/python/feed/ HTTP/1.0" 412 269 "-" "Planet Python https://www.planetpython.org/ Planet/0.2 https://www.planetplanet.org/ UltraLiberalFeedParser/2.7.6 +https://diveintomark.org/projects/feed_parser/"$ date
Mon Apr 18 19:47:30 GMT 2005I am using WordPress 1.5 running on PHP5.
I updated to the latestwp-blog-header.php
from svn but even that didn’t help.
The feed URL is https://www.swaroopch.info/archives/category/tech/python/feed/Thanks in advance! ??
Swaroop
- The topic ‘Category feed is sending 412 HTTP code’ is closed to new replies.