1

Does anybody know if Mediafire can generate, using its API, an One Time Download direct link?

I know it can generate a direct link AND/OR an One Time Download link, but can it do both?

Gecko
  • 316
  • 3
  • 11

1 Answers1

0

You can't generate one time direct download link, simply because one time download link is only redirecting to direct download link...

After click "Download", you receive 302 HTTP code (redirect) from POST request... So there is GET request to Location header from response, which is direct download link :)

traczovsky
  • 358
  • 4
  • 10