Hello @Suraj Rai
the 302 HTTP status code is coming from your webhook, not from typeform.
Based on the response my guess is you did not use HTTPS in the URL and your Wordpress page is set up to always redirect to HTTPS URL. Updating your webhook URL to use HTTPS might help.
Hi @mathio
Thanks for your help. But I’m already using https in my webhook URL and still the the 302 HTTP status code is coming.
It looks like your webhook URL is doing a 302 redirect. This sees to be an issue with your service, not typeform.
Can you share your webhook URL, maybe I can have a look?
It looks like your URL might require you to login to access it since has wp-admin
in it.
When I try making a POST request to your URL via Postman I get 302 response too with Location: https://warmup.mycrush.fit
header which redirects me to your landing page.
I think you need to expose your webhook endpoint and make sure it is accessible from the outside world (eg. by Typeform). If you need to secure the endpoint you can setup a secret - see the help article on Webhooks.