hello!
I’m trying to make a GET call to an external API but I get a 502 error. I tested the same intended call in Insomnia and it worked fine, so I checked the server logs to what see was being called and discovered this:
this is how I set everything up in the API connector.
Any Ideas?
Aren’t parameters usually in the format of www.domain.com/?key1=value1&key2=value2
Perhaps you’re missing some equal signs?
So instead write ?data1=[data1]&data2=[data2]&locador=[locador]
Thanks @BrianHenderson, it worked

I was under the impression that bubble would interpret it as a key/value pair on its own.
1 Like
It’s my pleasure! And based on the way Bubble presents it I can see why you were led to believe that, it’s a bit misleading if you haven’t used it before.
1 Like