URL path parameter replacement of "&"?

Hi,

I am querying api of url shortner and it seems when I send bubble url with multiple parameters separated by “&” it consider it as another query parameter thus not considering & part of url.

So, what is the replacement of “&” that is recognised by bubble for path parameter so I can skip it altogether

This small issue has struck my referral programme, kindly help me out. Thanks in advance.

Use find&replace in bubble to insert %26 instead of &.

See https://stackoverflow.com/questions/16622504/escaping-ampersand-in-url

2 Likes

Thank you …I also tried %26 and it worked but I changed it while creating whatsapp url :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.