If I set the URL directly instead of in a rule it works. Maybe this is an Agentry bug?
This does lead to an issue as I was trying to set a variable from a constant within the rule. The parameter does not seem to accept the <<user.name>> parameter.
If you want to include the user name you will need to write a rule to build your URL. The << >> variables are only parsed on the server side during processing. You don't mention what version of the iOS client and device OS you are using.
Also, since you are on iOS, you will probably need to modify the security settings in the client project as Apple has locked down what applications can access by default.
--Bill
Add comment