1. Wanted to connect to Snowflake SQL APIS in outsystems
2. I have tried in postman, it is working fine
3. But same I am not able to do in Outsystems
Hi @Soni Jain , please try to send the Accept as a header as well. Seems like the API doesn't accept you to not send it, so you must make sure your accept is set with the JSON type
Something like
If you remove the accept from Postman, it should give you the same issue. Currently yours is set to */* on Postman, which means it will accepts any MIME type. And in OutSystems you doesn't seen to be sending it, so this is probably the reason why you are getting this error.
Let me know if that works!
Hi,
Have you considered this Forge component? I used successfully the O11 version in the past.
https://www.outsystems.com/forge/list?q=snowflake
-- Daniel
A similar component is published in the ODC Forge, as well.It's based on the O11 one.