It supports both put and get, and gives your code complete access to the HTTP request header, including the UserAgent field.
它支持put和get,并且使您的代码具有对HTTP请求标头的完全访问权,包括useragent域。
The wire format of the event has two parts: an HTTP request header and the event payload (which is the event connector packet).
事件传输格式有两部分:一个HTTP请求头和事件有效载荷(是事件连接器包)。
The second line, the first rewrite condition, indicates that following rules only apply when the user-agent string in the HTTP request header contains the substring MSIE.
第二行的第一个重写条件表明:下面的规则仅适用于HTTP请求报头中的user - agent字符串包含子字符串msie的情形。
In this case, the HTTP request header fields sent from the browser indicate that the browser is capable of receiving encoded information. When the Web server receives this request, it can.
在这种情况下,来自浏览器的HTTP请求头字段表明此浏览器可以接收编码信息。
However, each request and response carries with it lots of unnecessary HTTP header overhead and latency.
然而,每个请求和响应载体会有许多不必要的HTTP头信息开销和延迟。
HTTP clients may pass over the preferred data formats and languages along with the target URI in the request header, and the content provider should serve these Settings.
HTTP客户端可以用自己喜欢的数据格式和语言,在请求的头部追加目标URI来传送。内容提供者应该提供这些设置服务。
Each IFX-encoded request sent to the middleware would include these HTTP header values.
发送到中间件的每个IFX编码的请求都将包括这些http头的值。
HTTP authentication means that the HTTP request has to have an HTTP header field with the userid and password.
HTTP认证意味着HTTP请求必须具有一个带有用户标识和口令的http头字段。
In response to a request, it sends a standard HTTP response header, collects readings from the relevant pins, and sends the data package in text format.
为了响应此请求,它发送一个标准的http响应头、从相关管脚收集读数并以文本格式发送数据包。
As you can see, the left-hand pane shows an outgoing SOAP request comprised of 5 lines of standard HTTP header followed by an XML document that represents the client service invocation.
如你们所见,左手边的面板显示了外发的SOAP请求,它包含5行标准http头,后面接着是代表客户端服务调用的XML文档。
The data format that the representations use are specified in the header of the HTTP request or response-xml and JSON are widely used formats.
这些表示使用的数据格式在HTTP请求或响应的头部中指定—xml和json是广泛使用的格式。
Note that since the message format is XML, the content type in the HTTP header of the request is set to XML.
注意,因为消息格式是XML,所以请求的HTTP报头中的内容类型设置为xml。
Theoretically (since I've not done this myself), you could guard against hackers by comparing HTTP header information that is sent as part of the HTTP request.
从理论上来说(因为我自己没做过),您可以通过比较作为HTTP 请求的一部分发送的 HTTP头信息来防止遭到黑客攻击。
It is very easy to inject HTTP headers to a request and hence just anybody could add a REMOTE_USER header with any desired value to the request.
在请求中注入http头是非常容易的,因此任何人都能够在请求中添加remote_user头和想要的任何值。
The application client must provide a basic authentication header (which contains an authorized user’s user ID and password) in the HTTP header of the HTTP request.
在HTTP 请求的头部中,该应用程序客户端必须提供基本验证头部(其包含已授权用户的用户ID和密码)。
The code in Listing 1 is an example of an HTTP header in a GET request.
清单1中的代码是GET请求中的http头示例。
As of this writing, Twitter only supports HTTP basic authentication, which means that the request header must contain your user name and password in an encrypted format.
在本文写作之时,Twitter只支持HTTP基本的身份验证,这意味着此请求头必须以加密的格式包含您的用户名和密码。
The client must respond with a request containing an acceptable Authorization HTTP header before it can proceed.
在进行后续操作之前,客户机必须响应包含可接受Authorizationhttp头文件的请求。
The new protocol incorporates features like multiplexed streams, request prioritization and HTTP header compression.
该新协议融入了多路复用流(multiplexed streams),请求优化,以及HTTP页眉压缩等功能。
This mechanism functions almost identically to an HTTP Basic Authentication header by providing a user name and password with every request.
这种机制的功能与HTTPBasicauthentication头几乎一样,它也是对每个请求都提供用户名和密码。
This assumes that the HTTP header in the request sent to the provider was populated with values which the web server would store as CGI environment variables locally.
这假设发送给提供者的请求中的http头包含在web服务器本地作为CGI环境变量存储的值。
For example, an HTTP GET request might contain a list of media types supported by the client in the Accept header.
例如,HTTPGET请求可以在Accept标头中包含一个受该客户端支持的媒体类型列表。
The browser issues a request for the HTTP header, followed by the URL of document.
浏览器为发起一个HTTP标题(header)的请求,接下来就是URL的文档。
As we already discussed, the locale used by the JSTL tags when formatting data is normally determined by examining the Accept-Language header sent by a user's browser as part of each HTTP request.
正如我们已经讨论过的那样,JSTL标记在格式化数据时所使用的语言环境往往是通过查看用户浏览器发送的每个HTTP请求所包含的Accept - Language头来确定的。
Fortunately, the HTTP protocol includes provisions for relaying localization information from the browser to the server by means of the Accept-Language request header.
幸运的是,HTTP协议通过Accept - Language请求头将本地化信息从浏览器传递至服务器。
This is possible, thanks to the Accept header included in the HTTP request.
这也是可以实现的,这要多亏在HTTP请求中包含有Accept报头。
Traffic is routed to the appropriate WebSEAL instance based on the HTTP header in the incoming request.
根据入站请求中的HTTP头部,流量被路由到适当的WebSEAL实例。
The request can itself specify a particular acceptable form, such as a mime-type requested via the Accept header of a typical HTTP request.
这个请求本身规定了一种特殊的可接受表单,如通过一个典型HTTP 请求的Accept头部请求的MIME 类型。
Notice that Listing 5 and Listing 6 both add an additional "If-Match" header as part of the HTTP request.
注意,清单5和清单6都添加一个额外的“If - Match ”头部作为HTTP请求的一部分。
In response, the server can send the SOAP 1.1 response (sans HTTP header) message for the foregoing request as shown in Listing 2.
作为响应,服务器可为上述请求发送SOAP 1.1响应(sanshttp头)消息,如清单2所示。
应用推荐