Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi Joseph,
you can just use
request.getPropertyValue( "..." )
to get the value of a request parameter.
Please note that the event you are showing here (filterRequest) is invoked before the request is sent so it will not have access to the response as in the event (afterRequest) I used in my example.
regards!
/Ole
SmartBear Software
you can just use
request.getPropertyValue( "..." )
to get the value of a request parameter.
Please note that the event you are showing here (filterRequest) is invoked before the request is sent so it will not have access to the response as in the event (afterRequest) I used in my example.
regards!
/Ole
SmartBear Software