Fetch: Question: Is it possible to download using POST instead of GET

Created on 1 Feb 2019  路  4Comments  路  Source: tonyofrancis/Fetch

Hi,

I need to download files from a server using a POST request instead of a GET request.
So, is it possible to do this with Fetch?

thanks

help wanted

Most helpful comment

@rs-georg Fetch is fully customizable. Please have a look at the sample app and other closed issues for more help. If you get stuck on a specific issue. We are more than happy to guide you.

All 4 comments

@rs-georg Fetch is fully customizable. Please have a look at the sample app and other closed issues for more help. If you get stuck on a specific issue. We are more than happy to guide you.

Hi @tonyofrancis,

thanks for your response.
I have another question: Is it possible to have a download consist of two requests?

The API I'm using requires to send a 'prepare download' request before sending the actual download request. Is it possible with Fetch to do this?

thanks

Oh, OK, I see. I could just use a custom Downloader instance. Right?

@rs-georg Yup. You are right. You can used a custom downloader and handle all the calls you need there. Open a new ticket if you need help.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cepero91 picture cepero91  路  4Comments

jpvs0101 picture jpvs0101  路  5Comments

VitorAndrioli picture VitorAndrioli  路  4Comments

jpvs0101 picture jpvs0101  路  6Comments

burhanaksendir picture burhanaksendir  路  4Comments