Pricing Blog

Has anyone managed to set Cache-Control headers successfully for Supabase uploads?

  • sanedealer-1387358782350299217

    Edwin Paul

    1 month ago

    1387358782551621652-image.png
    1387358782916657163-image.png
    1
  • sanedealer-1388469334220738561

    Edwin Paul

    1 month ago

    Update:

    1)
    Supabase seems to ignore Cache-Control headers for multipart/form-data requests.

    2)
    Nordcraft seems to send a JSON object instead of the raw binary data for non multipart/formdata contents. https://discord.com/channels/972416966683926538/1388461930624319528
  • sanedealer-1388470132916879434

    Edwin Paul

    1 month ago

    My current workaround is a custom action to upload files instead of Nordcraft's API panel.