Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hello!
When the requests for blob resources go, this is the URL:
http://dummy.com/globalassets/image.jpg
I have an IHttpHandler intercepting the request for jpg, jpeg, png, and gifs. When I have intercepted a request, I need to load the image from the BLOB storage. Is there any way I can do this using the URL above? The only way I have found so far is to use a ContentReference, and I don't have one.