Forum Discussion

nick_buckel's avatar
nick_buckel
New Contributor
11 years ago

[LoadUIWeb] Partially Parameterize Request Referrer

Our application runs on several different environments and we'd like to use the same test for all - we can change the host to get thest to run on a different site, but that does not update the referrer url in the headers and I think this is causing some errors in our application. How can I make it so that the 1st part of the url is set by a parameter and the rest is static?



I've tried https://@Env/home/logon but this does not work



Thanks in advance,



Nick

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi Nick,



    What if you try to parameterize not a part of the address, but the whole value?



  • Hi Alex,



    It works fine if I do the whole url, I'm trying to avoid creating several parameters which I have to update if I switch for a different main url.



    Nick