I am recoriding a script on a web/http protocoll, but when replying I get errors on
Recording the script twice and checking for diffs manually I found that my URLs has some "listeners" in them like:
web_submit_data("bla_bla_2",
"Action=http://e34jbsl00267.somesone.se:8080/xxx/xxx/81174/xxx?5-1.IBehaviorListener.0-considerSomeList-considerSomeRepeater-4-considerSomeListItem-considerSomeMain-innerPanel-considerDetails-considerForm-considerRulesChoices",
"Method=POST",
When removing everything from the end at the url down to 'xxx?5-' the script is replaying fine, but when having these listeneres there it wont work with 500 error, and pasting in the url above in a new browser gives me a error page generated from the app.
This smells like correlation, but I cannot see these listenres being returned by the server, so correlation is not possible as I know it.
Help?
BR fugmag