×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT杂谈 / Pls help: Does anybody know how to make IIS4.0 accept the URL with parameters in the path part?
    I try to send a request thru IIS, my URL format is like bellow:
    http://host/myfilename.html;param?querystring
    (param is this kind - attribute=value)
    according to the http spec, including parameters in the path part of url (seperate parameter with filename by semicolon) is a general format. But IIS4.0 can't recognize this param part with semicolon, which results in error 404 or 405. Is it because of my missing something set in IIS to make it accept this format, or IIS really cann't accept it?
    Any suggestion is appreciated!
    • Hmm ... which http spec says that? I can't find it in RFC2616.
      • RFC2068 General Syntax
        • The "path;param" notion is a general URI notion, it does not apply to "http" scheme. See RFC2068 section 3.2.2 (RFC 2616 updated it).