Hello All,
Wondering if anyone can help out.
I am trying to make an API call using random.org everything works well when you click the link below but the api connector gives me an error qhwn i initialize my call BUT for some reason i still get the random code that i requested random code. Tried POSTMAN an it returns a 200
Link: https://www.random.org/strings/?num=1&len=8&digits=on&upperalpha=on&unique=on&format=plain&rnd=new
Ali,
The problem is that Bubble doesn’t know how to hand the plain response - it’s expecting a JSON response.
I reviewed the random.org site and see that returning JSON is not an option.
Perhaps consider another random api provider - a quick glance at Google pointed me towards http://www.passwordrandom.com/api - not sure if it’s useful but they have JSON results.
Later,
Richard
Thanks a lot. I don’t know how I missed that …
Were you able to get passwordrandom to work?
Trying it now. Will let you know soon