Hello,
I have an application that allows me to trigger an HTTP request to a server that I control with arguments coming from the data line.
So far everything has worked perfectly, but today for some mysterious reason the request doesn't seem to send anymore.
The strangest thing is that the problem exists only for my account on the application. Other users do not have the problem. For my account, it worked perfectly before.
Here is the error (visible in the Monitor tab in Appsheet) :
{"Exception":"Webhook HTTP request failed with exception The remote server returned an error: (403) Forbidden. ","Task Type":"Webhook","Task Name":"Task for Envoi requรชte serveur Python"
I'm monitoring the server, so I can see that the request didn't even get sent, or at least wasn't received. For other users it works perfectly, the error is only present when I (creator of the app) try to make the requests.
When the request is working, the log is as this one :
{"Response":"Requรชte traitรฉe","Task Type":"Webhook","Task Name":"Task for Envoi requรชte serveur Python"
The Task is this one :
How to explain that everything works normally for the users but not for me?
Solved! Go to Solution.
I worked around the error by doing the same as the solution to this question , i.e. not using the webhook in AppSheet but by calling a custom script that launches a function that makes the request.
I think there is a problem on the Appsheet side on how http webhook works.
Anyway mine is solved, in the end this method is more reliable I think.
Guys, I just received a notification that the problem was resolved by Google Support Team. It workd on my end, so you can check your apps.
User | Count |
---|---|
19 | |
10 | |
7 | |
5 | |
5 |