![]() |
|
"204 No Content" at Picasa - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43) +--- Forum: Sidki (/forumdisplay.php?fid=44) +--- Thread: "204 No Content" at Picasa (/showthread.php?tid=1292) |
"204 No Content" at Picasa - sidki3003 - Feb. 25, 2009 07:21 PM Updated Mar 03 Below is a new header filter, which addresses odd page loading behavior on Picasa member pages. It is a result of the discussion here: http://prxbx.com/forums/showthread.php?tid=1278&pid=11422#pid11422 Code: [HTTP headers]Although only seen at Picasa so far, it's a general issue about properly handling HTTP responses, and thus important. (Quite similar to the "Content-Type: 5d Filter Redirects w/o Location" header filter, facing what is also a Google issue in the first place.) Below is an updated header filter (skips 204 responses): Code: [HTTP headers]RE: "204 No Content" at Picasa - sidki3003 - Feb. 27, 2009 12:32 AM After testing for a bit, i've edited first filter in first post to also match other responses that mustn't have a content body. BTW, i'm just translating to Proxomitron code here, the idea is by Graycode.
RE: "204 No Content" at Picasa - Graycode - Feb. 27, 2009 03:12 AM (Feb. 27, 2009 12:32 AM)sidki3003 Wrote: BTW, i'm just translating to Proxomitron code here, the idea is by Graycode. People who read that thread know the real story. You're the one who tagged the bug and figured out the best resolution. I just walked along to show where some walls were in that maze.
RE: "204 No Content" at Picasa - sidki3003 - Mar. 03, 2009 10:03 PM Removing "TEST" flags... |