Illegal character in query at index 105

0
hi everyone i have problem in URL  of REST API  i am passing to parameter in it but there is conflict in brace like below  Id={{1}}&Code={{2}}
asked
1 answers
2

You should URL encode the parameters because charachter like " < > # % { } | \ ^ ~ [ ] ` including the blank/empty space are not allowed in REST calls.

Regards,

Ronald

 

answered