Sample Header Ad - 728x90

How to run the HTTP request without using CURL

11 votes
2 answers
26800 views
I have ARM cpu based BusyBox v1.8.1 (Embedded Linux) with limited binaries. How can I http post or put without using curl? I have wget available: # wget BusyBox v1.8.1 (2015-04-06 16:22:12 IDT) multi-call binary Usage: wget [-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file] [--header 'header: value'] [-Y|--proxy on/off] [-P DIR] [-U|--user-agent agent] url Retrieve files via HTTP or FTP Options: -s Spider mode - only check file existence -c Continue retrieval of aborted transfer -q Quiet -P Set directory prefix to DIR -O Save to filename ('-' for stdout) -U Adjust 'User-Agent' field -Y Use proxy ('on' or 'off') CPU info... # cat /proc/cpuinfo Processor : ARM926EJ-S rev 1 (v5l)
Asked by irom (533 rep)
Oct 5, 2015, 06:15 PM
Last activity: Jul 23, 2025, 08:18 AM