Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi!
I believe that it would be preferable if you instead of using a Groovy Script TestStep used a RequestFilter.filterRequest event handler.
This should lessen the risk of the parameters being shuffled. If they still are, I believe you unfortunately, have to put the params in a map and sort it before signing the URL.
Does this make scene to you?
--
Regards
Erik
SmartBear Sweden
I believe that it would be preferable if you instead of using a Groovy Script TestStep used a RequestFilter.filterRequest event handler.
This should lessen the risk of the parameters being shuffled. If they still are, I believe you unfortunately, have to put the params in a map and sort it before signing the URL.
Does this make scene to you?
--
Regards
Erik
SmartBear Sweden