Forum Discussion

hkr's avatar
13 years ago

[LoadUIWeb] Dynamic parameter name in post requests

Is there any possiblity to use dynamic parameter names in Post requests.

Background: asp.net prefixes field names with a unique id e. g.:





I need to have this "z298qb48qx" prefix changed dynamically. I know where how to get the value to use but not how to change it dynamically within post request.

4 Replies

  • Hello Heiko,



    Parameterization of field names is not currently supported, but there is an enhancement request for this feature.

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 2 rankChampion Level 2
    Hi Sergei,

    Thank you a lot for the prompt response and the help link provided.
    My bad, indeed. With the help of the data modifiers I was able to provide the correct parameter name to the POST request and authorize successfully.

    Just two notes:
    a) The Find functionality (Ctrl-F) seem doesn't exist for the response body in the test log. May I ask to make it possible to search (including regular expressions search) within the response body for the log records? Should I issue a separate thread/case for this?

    b) I am probably missing something, but I see no big difference between case M0083914 and what Heiko asked for. Does Heiko asks for something significantly different that cannot be solved with the help of data modifiers?