The error I got in the HTML page:
[HTTP-500] <html> <head><title>401 Authorization Required</title></head> <body> <center><h1>401 Authorization Required</h1></center> <hr><center>nginx/1.27.1</center> </body> </html>
Request payload:
[
{
"from": "notify@***",
"to": "***@gmail.com",
"subject": "***",
"bodyText": "***",
"bodyHtml": "<p>***</p>\n"
}
]
Received response:
{
"error": "internal_error",
"message": "<html>\r\n<head><title>401 Authorization Required</title></head>\r\n<body>\r\n<center><h1>401 Authorization Required</h1></center>\r\n<hr><center>nginx/1.27.1</center>\r\n</body>\r\n</html>\r\n"
}
The error I got in the HTML page:
Request payload:
[ { "from": "notify@***", "to": "***@gmail.com", "subject": "***", "bodyText": "***", "bodyHtml": "<p>***</p>\n" } ]Received response:
{ "error": "internal_error", "message": "<html>\r\n<head><title>401 Authorization Required</title></head>\r\n<body>\r\n<center><h1>401 Authorization Required</h1></center>\r\n<hr><center>nginx/1.27.1</center>\r\n</body>\r\n</html>\r\n" }