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

Invisible character gets added when running some POST command #12284

Closed
1 task done
siddhant16 opened this issue Aug 30, 2023 · 1 comment
Closed
1 task done

Invisible character gets added when running some POST command #12284

siddhant16 opened this issue Aug 30, 2023 · 1 comment

Comments

@siddhant16
Copy link

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

When I'm using postman to run POST commands, I see for some of the commands, an additional garbage value gets added at the end of the URL.

I have 2 screenshots for the issue that I'm facing.
In the postman Screenshot, you can see on the right side the equivalent curl command the postman is generating. The URL looks correct. Then I copied the URL from postman and paste it in my terminal, and suddenly I see an invisible character which is getting added in the URL.

Screenshot 2023-08-30 at 3 15 27 PM

In the 2nd screenshot, you can see the additional <2029> garbage value gets added.

Screenshot 2023-08-30 at 3 18 11 PM

This issue causes the URL link to change and doesn't hit the required controller.

Steps To Reproduce

This issue doesn't occur for all the POST commands.

Screenshots or Videos

No response

Operating System

macOS

Postman Version

10.17.4

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

@xk0der
Copy link

xk0der commented Aug 31, 2023

@siddhant16 U+2029 is the paragraph separator Unicode character.
Most likely the URL was copy-pasted from somewhere and that is where the hidden character comes from.

Try deleting the URL after selecting all and typing the entire URL manually and check to see if that fixes the issue. Alternatively create a new request and type the same URL manually into that (and setup body-payload header) etc.

Tip: You can check the exact request being sent by checking the Postman Console

@xk0der xk0der closed this as completed Sep 3, 2023
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

2 participants