0
VIES API
Hi there, I'm trying to get my text fields automatically updated based on the VAT-nr. which is checked on VIES after clicking a button. When I enter the url directly into the Google Chrome search bar, I get a result but I cannot make it work in Ninox, though. Any suggestions to solve this puzzle? Here is what I'm using so far.

I hope you could help me out, I think this could save a lot of people a lot of time :-)
2 replies
-
Hi
In general you need
do as serverbecause external HTTP calls are blocked or limited on the client side (e.g. scripts running from buttons/UI).
Running the request server-side makes the VIES call work correctly.let response := do as server http("GET", url) end;Fabio
Content aside
- Status Answered
- 7 hrs agoLast active
- 2Replies
- 20Views
-
2
Following
