How to append an URI to a server-side request
Information
Summary: |
How can the LoadMaster seemlessly send users to a different URL. |
Environment: |
Product: LoadMaster Version: Any Platform: Any Application: IIS |
Question/Problem Description: |
Is it possible for the LoadMaster to append an URI to a client request so the client thinks that it is taking to the root "/" instead of the actual web directory? |
Steps to Reproduce: | |
Error Message: | |
Defect Number: | |
Enhancement Number: | |
Cause: | Make a redirection invisible to clients. |
Resolution: |
Rule Type: Modify URL In our example. the LoadMaster will match on the root and append /test to the HTTP request.
This will cause the client side request request to be to the root (i.e., https://kemptest.com) and the server side request to be to /test (i.e., https://kemptest.com/test) . |
Workaround: | |
Notes: |
Was this article helpful?
0 out of 0 found this helpful