Forum Discussion
Steve_Lyons
Aug 24, 2018Ret. Employee
Microsoft RDWeb and RDG
I have no experience with Microsoft's RDWeb and RDG so I am looking for some help. I am trying to publish a customers RDWeb instance through APM which I can log into successfully and all remote desk...
Steve_Lyons
Apr 02, 2019Ret. Employee
Thanks for the comment rob_carr. Unfortunately, this wasn't documented so well. The cause of my issue was due to non-browser user agents which were being requested for authentication by APM. Since I can define known IP's I was able to disable access for these user agents using the following iRule.
when HTTP_REQUEST {
if { [string tolower [HTTP::header "User-Agent"]] == "ms-rdgateway/1.0" || [string tolower [HTTP::header "User-Agent"]] == "kerberos/1.0" } {
HTTP::header insert "clientless-mode" 1
ACCESS::disable
}
else {
ACCESS::enable
}
}
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