ajaxian
15 years agoNew Contributor
REST request editor doesn't accept spaces
I'm using soapUI 3.6.1.
I need to create a REST query string which reads:
If I enter in the request editor:
the request editor changes the string to:
which causes the REST request to fail.
If I enter in the request editor:
the request editor changes the string to:
which also fails.
Maybe there's a way to coax the request editor to work properly with embedded spaces, but I can't find any documentation that shows how to do so. To me, it looks like this is either a bug or poor design. Please advise. Thanks.
I need to create a REST query string which reads:
Filter=WKREQ%20WHERE%20AutoNumber='61810'
If I enter in the request editor:
WKREQ WHERE AutoNumber='61810'
the request editor changes the string to:
WKREQ+WHERE+AutoNumber%3D%2761810%27%3D
which causes the REST request to fail.
If I enter in the request editor:
WRKREQ%20WHERE%20AutoNumber='61810'
the request editor changes the string to:
WRKREQ%2520WHERE%2520AutoNumber%3D%2761810%27%3D
which also fails.
Maybe there's a way to coax the request editor to work properly with embedded spaces, but I can't find any documentation that shows how to do so. To me, it looks like this is either a bug or poor design. Please advise. Thanks.