Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No response when result contains encoded string with double forward slash #676

Closed
warrenchin opened this issue Sep 2, 2020 · 7 comments
Closed

Comments

@warrenchin
Copy link

When response contains encoded string with double slash, the result just gone missing.

  • REST Client Version: 0.24.2
  • VSCode Version: 1.47.2
  • OS Version: Mac 10.15.6

Steps to Reproduce:

  1. Not OK
###
POST https://postman-echo.com/post
content-type: application/json; charset=utf-8

{
  "config": "{\"url\": \"https://google.com\"}"
}
  1. OK
###
POST https://postman-echo.com/post
content-type: application/json; charset=utf-8

{
  "config": "{\"url\": \"https:/google.com\"}"
}
@Huachao
Copy link
Owner

Huachao commented Sep 3, 2020

@warrenchin I think it's related to your server-side logic, how does your server handle the unescaped slash?

@tangdw
Copy link

tangdw commented Sep 3, 2020

#620

@Huachao
Copy link
Owner

Huachao commented Sep 3, 2020

@warrenchin @tangdw can you work with old versions of my extension?

@tangdw
Copy link

tangdw commented Sep 3, 2020

@warrenchin @tangdw can you work with old versions of my extension?

0.24.1 ok

@Huachao
Copy link
Owner

Huachao commented Sep 3, 2020

@warrenchin @tangdw I have fixed the issue and will publish a new version soon.

@Huachao Huachao closed this as completed Sep 3, 2020
@warrenchin
Copy link
Author

Thank you guys, and thanks again for the great plugin.

@Huachao
Copy link
Owner

Huachao commented Oct 5, 2020

@warrenchin @tangdw you can try the latest version 0.24.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants