簡単な質問ですが、自分で明確にする必要があります。リクエストオブジェクトにアクセスすることができるコレクションの面ではあります:asp.net/htmlのフォームコレクションとは何ですか?
Cookies: (whats in a text file in the browser)
Querystring: (whats passed in the url like [key=value&key=value etc])
Server Variables: ?
Form Variables: ?
を持つものは?私はhttpパケット/ htmlがどこに置かれているのか本当に分かりません。私はwiresharkを使ってキャプチャを行いました:
POST /Security/HelixSessionAuth.aspx HTTP/1.0
Content-Type: application/x-www-form-urlencoded
Content-Length: 391
ClientIP=192.168.20.31
Url=%2Fflash%2F56553550%5Fhi%2Emp4
Log=SESSIONSTART%20%5B13%2FDec%2F2010%3A16%3A31%3A23%20%2B0000%5D%20%20flash%2F56553550%5Fhi%2Emp4%200%20192%2E168%2E20%2E31%203%20%5B13%2FDec%2F2010%3A16%3A31%3A23%20%2B0000%5D%200%200%200%20%5B0%20No%20Error%5D%20%5B0%20No%20Error%5D%20%5Brtmp%3A%2F%2Fhelix%2Epete%2Evideolibraryserver%2Ecom%2Fflash%2F56553550%5Fhi%2Emp4%5D%0A
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Mon, 13 Dec 2010 16:31:23 GMT
Connection: close
Content-Length: 315
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Not Found</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Not Found</h2>
<hr><p>HTTP Error 404. The requested resource is not found.</p>
</BODY></HTML>
ここで、これらの情報は上記のフィードに含まれていますか?
この回答のリンクは壊れています:( –
@ ArminderDahul:いつでもすぐに非難するべきではないmsdnリンクで修正されました。 –