HTTP Socket v1.5 Soon & IIS Weirdity & OGG Filter Plz

Hi all. I’ve been working on my HTTP Socket. It’ll be brought up to 1.5 soon enough. So far, I’ve fixed lots of bugs in it, added SSL support, made it faster, and lots more. I’ll be released soon.

While I was testing it, I found that IIS [Microsoft Web Server] will reject POST requests to static pages, and directories. I’ve never seen this happen before, and my POST method works fine on other servers and went sent to php scripts, but it’s just odd..


Array (     [status] => 1     [server] =>      [exists] =>      [headers] => Array         (             [Server] => Microsoft-IIS/5.0             [Date] => Tue, 24 Jan 2006 03:37:27 GMT         )      [response] => Array         (             [0] => HTTP/1.1             [1] => 100             [2] => Continue         )      [content] => HTTP/1.1 405 Method not allowed Server: Microsoft-IIS/5.0 Date: Tue, 24 Jan 2006 03:37:27 GMT Connection: close Allow: OPTIONS, TRACE, GET, HEAD Content-Length: 3923 Content-Type: text/html  < !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">   


           

The page cannot be displayed

The page you are looking for cannot be displayed because the page address is incorrect.

Please try the following:
  • If you typed the page address in the Address bar, check that it is entered correctly.
  • Open the home page and then look for links to the information you want.

HTTP 405 - Resource not allowed Internet Information Services


Technical Information (for support personnel)
[senthead] => POST /blog/ HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */* Accept-Language: en-us Connection: close Host: micksam7.com Cookie: fish=lollerskates; User-Agent: Mick's HTTP Socket v1.5 ( http://micksam7.com/ ) Accept-Encoding: deflate, gzip Content-Type: application/x-www-form-urlencoded Content-Length: 10 [sentcontent] => fish=hiplz )

Yeah, weird. I sent that exact header, and skipped two lines, then send the content listed. And it freaked on me there. It could be a IIS only issue, but I can’t research it much at the moment. And yes, my socket will handle responce 100 correctly soon.

Also.. I’m looking for a good OGG DirectShow codec. I found several, but the first [DSOgg] doesn’t play newer formats, the second [oggdirectshow] skips a lot, and the third [something..] is also skipping a bit [could just be random stuff.. I'll play with it later, was working fine earlier]. Let me know if you know of any.

And that’s it for this blog entry. Bye.

Leave a Reply