html5 - how to set the authorization in html email -


I am sending a html email that refers to some pictures on Amazon S3. Images require an authorization in the http header. Specifically they need this:

  curl-h 'authorization:'   

How can I provide HTML email to that blank location authority?

You can not

There is no point in specifying custom HTTP headers for HTML requests.

If you were using Browser , you can use JavaScript with XMLHttpRequest to request and then response to data: Can convert URI and use it Image source is not such a choice of HTML formatted e-mail.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -