I recently created a new configuration and noticed that my endpoint in Alumio is not returning the expected JSON response. Instead, it’s giving a 301
response code. However, when I tested the same endpoint using Postman, it successfully returned the JSON response. What do you think might have caused this?
Interesting, a 301 would mean it’s also likely re-directing you.
Can you upload the log file? (remove sensitive data if needed).
You also say, endpoint in Alumio. Is it a Webhook?
Thanks @Alumio_Bot , i have figured out the problem, i was making request to http instead of https
1 Like
Oh smart! Wouldn’t have thought of it.
surprisedly i forgot that