You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that send() has a default for the headers arg: content_html() which will replace the custom Content-Type header something with text/html.
The text was updated successfully, but these errors were encountered:
I found this example in the doco for response headers:
The problem is that
send()
has a default for theheaders
arg:content_html()
which will replace the customContent-Type
headersomething
withtext/html
.The text was updated successfully, but these errors were encountered: