ContributionsMost RecentMost LikesSolutionsRe: Resource Path contains spaces Thanks for that. I have logged a support ticket and it has been confirmed by Smartbear as an issue. They have logged an enhancement request. Resource Path contains spaces Hi Guys, I have REST API GET resquest where the Resource path contains a space. When running the request ReadyAPI does not encode the space in the Resource path to %20. Spaces in Parameters are encoded perfectly fine but it does not encode correctly when in the resource path. The whole resource path is ignored if there is a space. the second screenshot shows the RAW output if the request is sent with a space. The third screenshot shows the response if I manually encode the space in the resource path with %20. In swagger Hub the functions work fine and the Resource paths are encoded correctly when sending the request. Solved