Use Cases
Details
This policy should parse URL query string and operate on individual arguments instead of using regular expressions. It should offer similar interface to the Headers policy: add,set,push - possibly even more as we expand use cases.
Considerations
Query params should be templated in similar way of the Headers proposal: #708
Use Cases
/{orderId}/{accountId}/{incFields}into/sales-order/svc/v2/testDoc/{orderId}?account={accountId}&incFields={incFields}. This should work when request URL containsaccountorincFieldsparameters in the query string. ("Rewrite URL captures" policy #827)foo=barin the query string and replace it byfoo=daz. (URL rewriting policy: Allow to modify query parameters #724)Details
This policy should parse URL query string and operate on individual arguments instead of using regular expressions. It should offer similar interface to the Headers policy: add,set,push - possibly even more as we expand use cases.
Considerations
Query params should be templated in similar way of the Headers proposal: #708