有没有StatusCode设置的状态码列表?给个网址也行啊,现在急着用。万会感谢!!

解决方案 »

  1.   

    dephi的帮助里面应该有吧,我看了其他语言的书,他说这个网址有,不过是java的http://ds.internic.net/rfc/rfc2068.txt
      

  2.   

    我给你写几个
    100 continue
    101 swithching protocols
    200 ok
    201 created
    202 accepted
    203 non authoritaitive information
    204 no content
    205 resetcontent
    206 patial content
    300 multiple choices
    301 moved permanently
    302 moved temporarily
    303 see other
    304 not modified
    305 use proxy
    400 bad request
    401 unauthorrized
    402 payment required
    403 forbidded
    404 not found
    405 method not allowed
    406 not acceptable
    407 proxy aouthentication required
    408 request timeout
    409 conflict
    410 gone
    411 length required
    412 precondition failed
    413 request entity too large
    414 request uri too long
    415 unsupported media type
    500 internal serrver error
    501 not imiplemented
    502 bad gateway
    503 service unavailable
    504 gateway timeout
    505 http version not supported
      

  3.   

    这个可以在iis中站点属性中的自定义错误信息选项卡中看到,但是我想知道的是怎么搭配WWWWAuthenticate使用,也就是说:当我设置完statuscode后,相应的WWWWAuthenticate应该设置什么。