Of course! Here’s a clean and clear explanation of your issue that you can share with the Make (Integromat) community to ask for help or insights:
Problem Summary: MidJourney CDN Returns 403 in HTTP Module
I’m trying to download an image from a MidJourney CDN URL using the HTTP module in Make.com.
What works:
- When I use an image URL from
Wordpress link
, the HTTP module returnsstatusCode: 200
and downloads the file successfully.
What fails:
- When I use a MidJourney image URL like this:
https://cdn.midjourney.com/867e58ac-d3d8-415b-b805-9710cea4131b/0_3.png
The HTTP module returns:
statusCode: 403
Even after switching to the “Make an HTTP request” module and adding a User-Agent
header (Mozilla/5.0
), it still returns 403 Forbidden
.
What I Tried:
- Used the “Make an HTTP request” module instead of “Get a file”
- Set
User-Agent
header toMozilla/5.0
- Tried adding a
Referer
header pointing tohttps://midjourney.com
- Verified the image is accessible directly from a browser
Goal:
I want to automatically download MidJourney-generated images in Make.com and use them in a content automation workflow.
Question:
Has anyone managed to access/download MidJourney images via Make.com?
Is there a workaround or HTTP header combo that works — or is their CDN completely blocking bots?
Any help or ideas are appreciated!