Reputation: 1765
When there is a call to a blob resurce than it is not exists, I need to convert 404 status to 301 status, to redirect user to another resource.
Is it possible?
For example, my blob contains theese file:
Then when user call http://my-storage-id.blob.core.windows.net/file1.jpg
he will receive the image.
When user call http://my-storage-id.blob.core.windows.net/file999.jpg
user will redirect to http://my-website.com/404-image-handler
.
Thanks
Upvotes: 2
Views: 220
Reputation: 136306
When there is a call to a blob resurce than it is not exists, I need to convert 404 status to 301 status, to redirect user to another resource.
Is it possible?
As of today it is not possible.
Upvotes: 1