[openapi-fetch] How to prevent encoding in url path #2391
              
                Unanswered
              
          
                  
                    
                      nollidnosnhoj
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I was wondering if it was possible to prevent the path params from being encoded. I have an API that requires a path parameter; however, this path parameter is an id of a resource that contains "colons". When I try passing this into the path parameter of the request, it gets encoded, and the api server will think it's an invalid id.
the url gets encoded into "{baseURL}/resource%3Athing%3A123456"
Beta Was this translation helpful? Give feedback.
All reactions