0

Here is this automatic webhook revalidation response: image

And here is what I do: image

As you can see, I send an API request every time I either insert of delete something from the database, but I get a 304 error. However, if I do it manually by sending an API request manually by following it as a link, it goes successfully, so it shows 200. What is the reason why it only works whenever I do manually?

Kul
  • 3
  • 3
  • `304` means that the request is being redirected. To what endpoint are you sending the request? Do you have the code for it that you can share? – dshukertjr Mar 14 '23 at 08:00

0 Answers0