Forum Discussion
Jon_14_147267
Nimbostratus
Sep 26, 2018URL Rewrite Reverse Proxy
Hello,
I'm using the rewrite iRule below to reverse proxy traffic to a server hosted by a third party. This third party hosts a service one of our applications makes a call to.
We need to ...
volodh_214395
Nimbostratus
Sep 30, 2018Hi,
you are getting error 400 because third party web server is set to use header binding. It expects to receive thirdparty.webservice.com in GET but receives my.externalip.com. Use this iRule to fix the issu -
when HTTP_REQUEST {
HTTP::header replace Host "thirdparty.webservice.com"
}
- Jon_14_147267Oct 01, 2018
Nimbostratus
Thanks.. it's looking like the POST is including a instead of just the URI like the GET. So when the HOST is added on the Post, it seems to be breaking.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects