Forum Discussion
Greg_130338
Mar 26, 2014Nimbostratus
http 302 redirect
Hey all, getting further in my sharepoint implementation. I am hitting a snag with the http redirects coming from my internal sharepoint server. it's telling the client to redirect to https://mysite....
safeinst_110941
Mar 26, 2014Cirrus
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://[HTTP::host]/default.aspx"
}
}
- Greg_130338Mar 26, 2014NimbostratusI think I tried that before but since I'm using APM there are quite a few http requests/responses before I get to the actual back end sharepoint page. I'm not sure what event I would have to trigger on one the user has completed authentication to update the URI string with a rewrite.
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