Hi,
In doing a Post to Postmark email API I get the following response.
My JSON data seems to check out OK using a validator.
Is there a way I can save the header of my post?
I know using ThisPage gives me the returned page , header and all, but is there a similar function for the POST?
thanks
Johan
HTTP/1.1 400 Bad Request
Date: Sat, 28 Dec 2024 16:20:00 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 80
Connection: keep-alive
vary: Origin
Strict-Transport-Security: max-age=16000000;
{
"message":"Bad request",
"request_id":"fbeaeb7a31e4f17056304f6400604e28"
}