Getting error while calling Rest API

0
Hi All, Getting below error while calling rest end point  Error: java.net.URISyntaxException while doing rest call I debugged this issue so I found that if param value has space in it then getting this error Example:-  ‘https://apiendpoint/link?param1=Param Value ‘  
asked
1 answers
1

Have you tried using urlEncode to make sure there are only valid characters in the url?

answered