You are viewing limited content. For full access, please sign in.

Question

Question

Is there a limit to the number of parameters you can pass to a URL?

asked on October 30, 2020

For some reason my URL is getting cut off. Thanks

0 0

Replies

replied on November 1, 2020

Each browser has it's own limit. This discussion has much more detail

 

https://stackoverflow.com/questions/1051485/what-is-the-character-limit-on-url

2 0
replied on November 1, 2020

Good link, thanks. I am actually wondering if there is a restriction on the Forms side, or can it accept an unlimited amount. Not that I would use very many, but it seems like it is cutting the string in a weird place.

0 0
replied on November 2, 2020

Its probably an ampersand or percent sign in one of the values that is causing it to not read the rest of the params. Try URL encoding the values before using them in the URL.

2 0
replied on November 1, 2020

Can you give example of the original URL and the one after cutoff? There is no restriction on Forms side.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.