-
1 HTTP request
A request to an Internet site that asks for content to be retrieved. -
2 HTTP module
"A component that can be registered as part of the ASP.NET request lifecycle and that can read or change the request or response as it is processed. HttpModules are often used to perform special tasks that need to monitor each request, such as security or site statistics." -
3 Request Filtering
"An IIS 7.0 feature for HTTP and FTP that enables administrators to allow or deny Internet requests that are based on HTTP or FTP commands, URL sections, request limits, etc." -
4 request tree
The tree of nodes that contains HTTP requests. -
5 cross-site request forgery
An attack where a malicious website makes an HTTP request to a target website in such a way that the website thinks that the request is part of a legitimate user’s session.English-Arabic terms dictionary > cross-site request forgery
-
6 Application Request Routing
A proxy-based routing and load-balancing module for IIS 7. This module uses information gathered from HTTP headers and server variables and then leverages the URL Rewrite module to make routing decisions at the application layer.English-Arabic terms dictionary > Application Request Routing
-
7 CSRF
An attack where a malicious website makes an HTTP request to a target website in such a way that the website thinks that the request is part of a legitimate user’s session. -
8 server error
A failure to complete a request for information through HTTP that results from an error at the server rather than an error by the client or the user. Server errors are indicated by HTTP status codes beginning with 5. -
9 Internet service
"One of any of a number of technologies for making information accessible to users over the Internet. Each Internet service is defined by a protocol, such as Hypertext Transfer Protocol (HTTP), and each is enabled using client/server applications, such as Web browsers and Web servers. Internet protocols are defined in the Request for Comments (RFC) documents that are published by the Internet Engineering Task Force (IETF)." -
10 localhost
"The name used to represent the same computer on which a TCP/IP message originates. If you access a server-based web site by using http://localhost, the request does not actually go out to the Internet."
См. также в других словарях:
HTTP-Request — HTTP (Hypertext Transfer Protocol) Familie: Internetprotokollfamilie Einsatzgebiet: Datenübertragung, Hypertext u. a. Port: 80/TCP HTTP im TCP/IP‑Protokollstapel: Anwendung HTTP Transport … Deutsch Wikipedia
HTTP cookie — HTTP Persistence · Compression · HTTPS Request methods OPTIONS · GET · HEAD · POST · PUT · DELETE · TRACE · CONNECT Header fields Cookie · ETag · Location · Referer DNT · … Wikipedia
HTTP referrer — HTTP Persistence · Compression · HTTPS Request methods OPTIONS · GET · HEAD · POST · PUT · DELETE · TRACE · CONNECT Header fields Cookie · ETag · Location · Referer DNT · … Wikipedia
HTTP — (Hypertext Transfer Protocol) Familie: Internetprotokollfamilie Einsatzgebiet: Datenübertragung, Hypertext u. a. Port: 80/TCP HTTP im TCP/IP‑Protokollstapel: Anwendung HTTP Transport … Deutsch Wikipedia
HTTP-Anfrage — HTTP (Hypertext Transfer Protocol) Familie: Internetprotokollfamilie Einsatzgebiet: Datenübertragung, Hypertext u. a. Port: 80/TCP HTTP im TCP/IP‑Protokollstapel: Anwendung HTTP Transport … Deutsch Wikipedia
Http — (Hypertext Transfer Protocol) Familie: Internetprotokollfamilie Einsatzgebiet: Datenübertragung, Hypertext u. a. Port: 80/TCP HTTP im TCP/IP‑Protokollstapel: Anwendung HTTP Transport … Deutsch Wikipedia
HTTP header injection — is a general class of web application security vulnerability which occurs when Hypertext Transfer Protocol (HTTP) headers are dynamically generated based on user input. Header injection in HTTP responses can allow for HTTP response splitting and… … Wikipedia
HTTP persistent connection — HTTP persistent connections, also called HTTP keep alive, or HTTP connection reuse, is the idea of using the same TCP connection to send and receive multiple HTTP requests/responses, as opposed to opening a new connection for every single… … Wikipedia
HTTP tunnel — HTTP Tunneling is a technique by which communications performed using various network protocols are encapsulated using the HTTP protocol, the network protocols in question usually belonging to the TCP/IP family of protocols. The HTTP protocol… … Wikipedia
HTTP referer — The referer, or HTTP referer, identifies, from the point of view of an internet webpage or resource, the address of the webpage (commonly the URL, the more generic URI or the i18n updated IRI) of the resource which links to it. By checking the… … Wikipedia
Request cycle — Der Request Cycle ist der Zyklus, der in einer Webanwendung abläuft. Auslöser für diesen Zyklus kann zum Beispiel sein, dass der Benutzer in seinem Browser einen Link klickt. Dann wird von seinem Browser ein HTTP Request generiert und zum Server… … Deutsch Wikipedia