Using CORS headers with CSS background-image

后端 未结 1 1013
一生所求
一生所求 2021-02-05 09:25

Shortly: Is there any way to make a cross origin request for an image with the background-image property in CSS. I need something like the crossOrigin

1条回答
  •  长情又很酷
    2021-02-05 09:58

    Check this API. I guess you need to configure your request to get the header to bypass the cache response..

    http://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonResponseHeaders.html

    0 讨论(0)
提交回复
热议问题