HTTP Request 502 - Clint Connection
Hello đź‘‹
I'm trying to connect Clint to Typebot using Http request, and I'm facing "statuscode: 502" on Typebot.
When I test the same endpoint on Postman/Insomnia, I get 200. But on Typebot I get 502.
Does somebody know how to resolve?
4 Replies
Are you sure headers and body are matching? Can you show it in your screenshot?
Yes, they’re matching. This API don’t need authentication.
The screenshot of body (both are empty) and the headers:


Any chance you can provide clear reproduction instructions? By DM if you'd like to keep info private
Of course, I’m just testing the connection between Typebot and Clint. Here is what I’m doing:
First I create the HTTP request, and I fill the fields:
Endpoint: https://functions-api.clint.digital/endpoints/integration/webhook/a3ede2ae-59e6-462c-97da-f006ce8135a0
Method: POST
Headers:
Key: Accept
Value: /
Key: Host
Value: <calculated at runtime>
Key: Content-Type
Value: application/json
And “Test the request”, but returns statusCode: 502