mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-27 21:52:14 +03:00
7 lines
277 B
Bash
7 lines
277 B
Bash
#!/bin/sh
|
|
#
|
|
# python `requests` appears to perform compression when you set the
|
|
# 'Content-Encoding: gzip' header, so do this with curl.
|
|
|
|
curl --verbose -d 'wegiuweuygtfawgep9aqe8fpq2387lfbr;iufvypq38764tpgf' -H 'Content-Encoding: gzip' 'https://dev.eddn.edcd.io:4432/upload/'
|