Yaak Logo
Yaak
Feedback/URL Length Limitation

URL Length Limitation

sctdan ·3 months ago
Needs ReproductionBugImprovement

With recent updates to http request URLs from microsoft, the length of the URLs now exceeds 255 characters. It appears yaak will not accept pasting those in completely, they get cut off.


Comments (8)

Sign in to leave a comment.

Gregory SchierNeeds Reproduction

Can you provide more detail? Where are you pasting them, and what happens to them? (error, truncation, etc)

sctdan OP
Gregory Schier

Yes, I get a 202 for this. Is that not correct?

The “truncating” you are seeing, I think, is Yaak importing the querystring parameters. On paste, Yaak extracts the params and puts them into the Params tab for easier editing. All future edits to params should be done in the Params tab.

If you add the params back to the URL but still have them in the Params tab, they will be sent as duplicates. This is potentially why you are seeing the errors?

Let me know if that makes sense.

sctdan OP

The “truncating” you are seeing, I think, is Yaak importing the querystring parameters. On paste, Yaak extracts the params and puts them into the Params tab for easier editing. All future edits to params should be done in the Params tab.

Ok, yes that would make total sense then. I was expecting to see the entire URL as you do in postman/bruno/others.

Thanks

sctdan OP
sctdan OP

Now, if I just copy the remainder of the URL and paste it, or manually type, it will go in. So it seems paste is just limited, the text input is not.

However, and this may or may not be related, but the POST doesn’t go through even though it works in postman. image

Changing the API version parameter results in a weird response too, I’ve never experienced this before- image

sctdan OP

Also, changing the parameter in the param_name:value boxes does not change it in the URL image

sctdan OP

That got cut off for some reason image

Type to search feedback...