NetScaler HTTP Request Clone replication

Source: Internet
Author: User
Tags netscaler
When an HTTP request is made to NetScaler, it is sometimes necessary for an external device to parse or log the request, and a copy of the incoming HTTP request needs to be cloned. The original request to the selected server according to NetScaler's judgment, and the copy of the HTTP request can be sent to another arbitrary server according to the requirements

add httpcallout clone_req -vServer vip1 -fullReqExpr‘HTTP.REQ.FULL_HEADER+HTTP.REQ.BODY(HTTP.REQ.CONTENT_LENGTH)‘ -returnType BOOL -resultExpr TRUEadd responder policy clone_req_pol‘SYS.NON_BLOCKING_HTTP_CALLOUT(clone_req) &&SYS.VSERVER("vip1").STATE.EQ(UP)‘ NOOP

This takes advantage of the HTTP Callout replication request and to "VIP1". Callout is triggered by Responder policy, this Responder should be bound to the VSERVER of the normal receive traffic (VS) to be replicated

NetScaler HTTP Request Clone replication

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.