Sample Request Header
The following is the sample request header for the facade request with accept header:
<h:request xmlns:h="http://www.tibco.com/asg/protocols/http"> <h:server-ip>localhost</h:server-ip> <h:server-port>9222</h:server-port> <h:client-ip>0:0:0:0:0:0:0:1</h:client-ip> <h:client-port>0</h:client-port> <h:scheme>http</h:scheme> <h:method>GET</h:method> <h:request-uri>/Books/BookOperations/Title/The Power of Now</h:request-uri> <h:protocol-version>HTTP/1.1</h:protocol-version> <h:query-string/> <h:header name="host">localhost:9222</h:header> <h:header name="connection">keep-alive</h:header> <h:header name="accept"> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 </h:header>
Copyright © Cloud Software Group, Inc. All rights reserved.