I really like the tool, but I'm looking for a way to use it like in client mode from linux.
I was trying the following:
curl -F "file=@/my/path/myfile.test" https://quickdrop.domain/upload -X POST
{"timestamp":"2025-04-28T07:20:01.806+00:00","status":403,"error":"Forbidden","path":"/upload"}
It seems to be related to session-token. I'm trying also the following:
curl -c cookies.txt https://quickdrop.domain
curl -b cookies.txt -F "file=@/path/to/your/file" https://quickdrop.domain
But I got the same error
I really like the tool, but I'm looking for a way to use it like in client mode from linux.
I was trying the following:
It seems to be related to session-token. I'm trying also the following:
But I got the same error