? changes to % in URL
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2022
06:55 PM
03-07-2022
06:55 PM
? changes to % in URL
Hi Team,
I am sending endpoint using properties. In that wherever the '?' is there in endpoint it get changed to % sign.
I can't send the original endpoint.
Please consider below example as reference.
Endpoint required to send :- "send?like" is like this
In request it sends :- "sending%like" {Change is in bold}
Any assistance you can provide would be greatly appreciated.
Thank you
Labels:
- Labels:
-
Automation Environments
-
REST
-
SOAP
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022
03:04 AM
03-08-2022
03:04 AM
Hey @ab1402,
Im struggling to understand completely, could you clarify?
Is this SOAP or REST?
Youre saying a ? digit is being replaced by a % symbol on the request....is that correct?
Is this in the URI or is this in the payload? Examples or both would help visualise your issue (and wont reveal anything from a security perspective)
Whats the MediaType setting in your request? (i.e. what is the Content-Type header value in your request? assuming you have one)
What version of ReadyAPI are you using?
Cheers,
Rich
Im struggling to understand completely, could you clarify?
Is this SOAP or REST?
Youre saying a ? digit is being replaced by a % symbol on the request....is that correct?
Is this in the URI or is this in the payload? Examples or both would help visualise your issue (and wont reveal anything from a security perspective)
Whats the MediaType setting in your request? (i.e. what is the Content-Type header value in your request? assuming you have one)
What version of ReadyAPI are you using?
Cheers,
Rich
if this helped answer the post, could you please mark it as 'solved'? Also if you consider whether the title of your post is relevant? Perhaps if the post is solved, it might make sense to update the Subject header field of the post to something more descriptive? This will help people when searching for problems. Ta
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2022
06:08 AM
03-09-2022
06:08 AM
Thank you @richie
Issue which I have is similar to https://community.smartbear.com/t5/ReadyAPI-Questions/Encoded-value-has-reencoded/m-p/229336
However I not have any Idea to disable ASCII encoding in URL.
Would like to know is there any command or option to skip ASCII encoding.
Thank you
