custom url
2 TopicsHow do i append to a url
I have an application that I am load balancing on my LTM Currently in production the application has a windows based ssl load balancing server. When a user accesses the service www.xxx.yyy.zzz they are redirected to https://www.xxx.yyy.zzz/directory/file I have established the SSL redirection effectively, so the http to https to translation is working. What I need to determine is how to append the /directory/file to the url There are applications on this web server that need to be able resolve http://www.xxx.yyy.zzz/activity on port 80 without being redirected to https, so I will need to exclude certain url's from the http to https redirection. I am a brand new to this kind of work and would appreciate any assistance you can provide.Solved720Views0likes5Comments