ContributionsMost RecentMost LikesSolutionsRe: ? changes to % in URL 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 ? 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