Answered

REST Connection - How to pass parameters other than make it part of URL

Is there any way to pass parameter to a REST connection other than make it part of the URL?

I have some methods which requires many parameters and adding them directly to the URL will make it hard to maintain. It would be easier if I can add them the way we can add "headers" in the rest connection or if we be able to point to a data-set for list of parameters.

 

0
5 comments
Avatar
Joseph Hamdan

Hasib,

Thanks for your post. We are currently evaluating it and will provide a response as soon as possible.

Regards,

Subject7 Team

0
Comment actions Permalink
Avatar
Joseph Hamdan

Hasib,
By looking at the screenshot you attached, it appears you are trying to pass parameters using GET method. GET requests do not allow request body according to RFC. You can pass parameters using any other request (POST, PUT, PATCH, DELETE) but not with (GET).
Regards,
Subject7 Team

0
Comment actions Permalink
Avatar
Hasib Rostaiee

Thank you Joseph,

Do you think we can have this as an enhancement? Which makes it similar to SoapUI and easy for users:

0
Comment actions Permalink
Avatar
Stephen Akinpelumia

Hi Joseph, is there any update on this being a future enhancement? Thanks.

0
Comment actions Permalink

Please sign in to leave a comment.