Hi,
Can someone help me to parse a Json response from a Javascript fetch column (using await fetch). I can see the response only in chrome but not at the Javascript column that send request. The response are ok and Json. After copy&paste the response in a Text column and get with QueryJson. It’s works, but I can’t make it direct from Javascript column.
Javascript Column > QueryJson column not working (but response in chrome nav are there)
Javascript Column > Text Column manually > QueryJson is OK
Thanks
Now is passing data to the Javascript column but I have a new problem with CORS backside during the post event, It’s not accepting my request or response. He demand use a CORS ?
I tested with ‘Access-Control-Allow-Origin’ : ‘*’ but nothing always is blocking
Is the PAT key Private or have a lot of access to your model.com’s account? I am asking that because if it is, you are exposing it by using front end code (JavaScript). The Call API action store the secret in the back-end.
Hi,
I understand the limitations but I’m not very rich at the moment to try others methods, I need call APIs with the poor method. May be others methods exist but I have some limitations to discovers quickly (virtual machines, personal cloud or vps). I would prefer a pay option based on a counter like others.
I recognize the limitations, but I’m currently not in a financial position to explore other methods. I need to use APIs with the limited option available. While there may be other methods, my ability to discover them is restricted (virtual machines, personal clouds, or VPS). I would prefer a paid option based on usage, similar to others inclued in free testing package. Regards
CORS, I can use external cors web pages but exist some way to fix in my javascript code that works ? Thanks