Max File Upload

I found this setting: Maximum Upload Size The amount of data visitors can upload to your website in a single request. 100MB. If I set an exclusion to the post endpoint url from the cdn, does that then remove that limitation ?
1 Reply
Chaika
Chaika3mo ago
The maximum upload size exists because to prevent specific attacks, CF buffers the entire upload at edge before forwarding it to your origin.
If I set an exclusion to the post endpoint url from the cdn, does that then remove that limitation
Since it is a proxy feature, you could only disable proxy entirely on the record to get around it. Or upload in chunks small enough to fit in the limit and combine at your origin to make up the full upload

Did you find this page helpful?