Forum Discussion
Martin_Vlasko
Altocumulus
Mar 31, 2017Allow file upload, deny file download, start ASM from APM
Hi,
I plan to present a SharePoint page to remote users via Portal Access.
Remote users, authenticated on APM, should be able to upload documents to this SharePoint page.
They should NOT be abl...
Amine_Kadimi
MVP
Mar 31, 2017If you know which exact uri is used for the file downloads (something like /_layouts/download.aspx?***) you can restrict access to this URI through an irule similar to this one
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/_layouts/download.aspx" } {
HTTP::respond 403 content {403 Unauthorized Access}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
