Forum Discussion

socaltester's avatar
socaltester
Contributor
5 years ago
Solved

How to deal with duplicate properties in a urlencoded string when they are NOT "Back-to-Back"?

How to deal with duplicate properties in a urlencoded string when they are NOT "Back-to-Back"?   I have a urlencoded string with multiple duplicate properties separated by other properties. Here'...
  • richie's avatar
    5 years ago
    Hi socaltester,

    Quick question...when you say "deal with", what do you mean by this?

    Secondly REST rules state the sequence in which your Query parms appear in your URI string doesn't matter....i.e. your endpoint should deal with the request no matter what order your query parms are in. With this in mind, are you sure you need to "deal with" the repeated query parm in a nonsequential order?

    Cheers,

    Rich