Forum Discussion
THi
Nimbostratus
Feb 03, 2015How to POST data to specific page after APM authentication?
Is there a way to POST data gathered during authentication to specific web page.
using SAML federation to to authenticate the user and to get extra info (like e-mail address) the application ...
Amit_Karnik_269
Nimbostratus
Feb 03, 2015Do you need the data to be sent via POST only ? If so then you would need an iRule. Add the General Purpose - iRule Event to your policy with a name lets say "Event1"
Now add an iRule to your virtual server for Event1 and then use SIDEBAND to POST out your data.
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when ACCESS_POLICY_AGENT_EVENT {
if { [ACCESS::policy agent_id] == "Event1" } {
SIDEBAND::connect -destination ....
SIDEBAND::send "POST ..... "
}
}
If you are just trying this to log data, instead of POST you could use the policy General Purpose - Logging to send out data to a remote log server.
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