Sponsored Content
Full Discussion: Wget and curl to post data
Top Forums Shell Programming and Scripting Wget and curl to post data Post 302983532 by Corona688 on Wednesday 12th of October 2016 05:03:14 PM
Old 10-12-2016
You can't. The log is showing how you connected (HTTP 1.1) and what you did (POST), not the data you sent.
This User Gave Thanks to Corona688 For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help needed in Curl & Wget

We are trying to invoke a https service from our unix script using curl command. The service is not getting invoked because it is SSL configured. Bypassing certification (using curl –k) does not work. curl -k https://site curl -k -x IP:Port https://site curl -k -x IP:443 https://id:pwd@site ... (0 Replies)
Discussion started by: dineshbabu01
0 Replies

2. Shell Programming and Scripting

Specifying IP address with curl/wget

Hello, I am wondering does anyone know of a method using curl/wget or other where by I could specify the IP address of the server I wish to query for a website. Something similar to editing /etc/hosts but that can be done directly from the command line. I have looked through the man pages... (4 Replies)
Discussion started by: colinireland
4 Replies

3. Shell Programming and Scripting

How to download file without curl and wget

Hi I need a Shell script that will download a zip file every second from a http server but i can't use neither curl nor wget. Can anyone will help me go about this task ??? Thanks!! (1 Reply)
Discussion started by: rubber08
1 Replies

4. Shell Programming and Scripting

Wget/curl credentials validation

Experts, I login to a 3rd party and pull some valuable information with my credentials. I pass my credentials via --post-data in wget. Now my Account is locked. I want my wget to alert that the Account is locked. How can i achieve this. My idea is, get the Source page html from the... (2 Replies)
Discussion started by: sathyaonnuix
2 Replies

5. UNIX for Dummies Questions & Answers

Read URL data from UNIX without wget,curl,lynx,w3m.

Hi Experts, Problem statement : We have an URL for which we need to read the data and get parsed inside the shell scripts. My Aix has very limited perl utility, i cant install any utility as well. Precisely, wget,cURL,Lynx,w3m and Lwp cant be used as i got these utilities only when i googled... (0 Replies)
Discussion started by: scott_cog
0 Replies

6. Shell Programming and Scripting

Read URL data from UNIX-CLI without Wget,CURL,w3m,LWP

Hi Experts, Problem statement : We have an URL for which we need to read the data and get parsed inside the shell scripts.My Aix has very limited perl utility, i cant install any utility as well. Precisely, wget,cURL,Lynx,w3m and Lwp cant be used as i got these utilities only when i googled it.... (12 Replies)
Discussion started by: scott_cog
12 Replies

7. Shell Programming and Scripting

Curl Script - Post a file (multipart/form-data)

Hi All, I am trying to post an xml file (utf-16 encoded) using curl to a REST service. The REST service is expecting 'multipart/form-data' content type. curl -k -i -H "Content-Type=multipart/form-data" -F "filename=@file.xml;type=text/xml" -X POST -u <username>:<password> <endPointURL> ... (0 Replies)
Discussion started by: Anooja G
0 Replies

8. Web Development

Data Post with curl

how to make the bash script ? http://server.com/mysql.php POST /mysql.php HTTP/1.1 Host: server.com User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language:... (1 Reply)
Discussion started by: iddfcr
1 Replies

9. Shell Programming and Scripting

How to post content file of data using curl?

HI All, i want to asking about my case , how to post content file of data using curl. currently if i wanna post data file , i can use this command below : curl --cacert maxaj.cer -X POST -F 'fileupload=@/data/report_3300_xxx/log/traffic_3300_20180319_1051.txt'... (0 Replies)
Discussion started by: fajar_3t3
0 Replies

10. Web Development

Wget/curl and javascript

What can I use instead of wget/curl when I need to log into websites that use javascript? Wget and curl don't handle javascript. (6 Replies)
Discussion started by: locoroco
6 Replies
wwwoffled(8)						      System Manager's Manual						      wwwoffled(8)

NAME
wwwoffled - A proxy server for the World Wide Web Offline Explorer. SYNOPSIS
wwwoffled [-h|--help] [--version] [-c <config-file>] [-d [<log-level>]] [-l <log-file>] [-f] [-p] DESCRIPTION
wwwoffled is a proxy HTTP server for the World Wide Web Offline Explorer program. Using a standard web browser with the HTTP proxy set to the wwwoffled server, web pages can be requested while not connected to the internet. When the computer is connected to the internet, the server will fetch the web pages requested by the browser and also store them in the cache. When the computer is not connected, browsing of the pages in the cache is still possible, and links can be followed. This causes the request for the page to be stored by the proxy server until a later time when the computer is connected and the pages are fetched non- interactively. Pages that are requested from a server on the same host (localhost) are not cached, and are always fetched fresh from the server. There is a welcome page at the URL http://localhost:8080/ that contains some information about the program and links to the cache index, interactive refresh page, interactive control page and WWWOFFLE internet home page. The pages that are stored in the cache can be indexed by using the URL http://localhost:8080/index/ to get a list of the hosts that have cached pages. The index allows sorting of the pages into time or alphabetical order, by following links from this page. There is also indexes available showing the pages that have been modified in the last week, those fetched last time online and those requests that are waiting to be fetched next time online. The functions available from the wwwoffle(1) program for fetching URLs are also available in the interactive refresh page at http://local- host:8080/refresh/. The functions available from the wwwoffle(1) program for controlling the wwwoffled program are also available in the interactive control page at http://localhost:8080/control/. OPTIONS
-h | --help A help message is printed giving a brief description of the usage of the program. --version The version number of the program is printed. -c <config-file> The configuration for the program is stored in a configuration file wwwoffle.conf(5). This argument specifies to the program the name of that file. Sending a HUP signal to the daemon will cause this config file to be re-read. -d [<log-level>] Do not detach from the terminal when starting and report error messages on standard error. The log-level is a number from 0 (for no output on stderr) to 6 (for full debugging output on stderr). If this is not specified then the log-level in the config file is used. -l <log-file> Detach from the terminal but write to a log file what would have been written to stderr if the -d option had been used. Defaults to using a log level of 4, but using the -d option can change this (but it will still detach). Sending a HUP signal to the daemon will cause this log file to be closed and re-opened. -f Start the daemon in debugging mode (implies -d and overrides -l) and when the first HTTP request comes in handle it without creating a child process and then exit. -p Print the pid of the daemon process on stdout. This option is ignored if the -d or -f options are used. FILES
/etc/wwwoffle/wwwoffle.conf The wwwoffle.conf(5) configuration file. SEE ALSO
wwwoffle(1), wwwoffle.conf(5) AUTHOR
Andrew M. Bishop 1996,97,98,99,2000,01,02,03,04,05 (amb@gedanken.demon.co.uk) October 12, 2005 wwwoffled(8)
All times are GMT -4. The time now is 06:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy