Sponsored Content
Top Forums UNIX for Dummies Questions & Answers cant make a http get request using wget Post 302289801 by elthox on Friday 20th of February 2009 01:32:03 PM
Old 02-20-2009
cant make a http get request using wget

Hi all,

Im trying to make an http get request to a web service from a linux machine like below and i get ERROR 500

wget http://10.1.21.236:8585/pns.asmx/Sen...&msgBody=werty
[1] 25018
[elton@VAS-SRV1 ~]$ --19:06:32-- http://10.1.21.236:8585/pns.asmx/Sen...erName=serverA
Connecting to 10.1.21.236:8585... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
19:06:32 ERROR 500: Internal Server Error.


[1]+ Exit 1 wget http://10.1.21.236:8585/pns.asmx/Sen...erName=serverA

When i Run it from a windows machine is working properly. There is no network problem as well

[elton@VAS-SRV1 ~]$ telnet 10.1.21.236 8585
Trying 10.1.21.236...
Connected to 10.1.21.236 (10.1.21.236).

Please any help
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

wget using wildcards using http

Hi there, probably a really simple question but i want to download all .rpm files from a web repository which happens to be http and not ftp Ive tried using wget, but as far as i can see it doesnt allow for wilcards (ie wget http://address/*.rpm) does anybody know i can get all these files in... (2 Replies)
Discussion started by: hcclnoodles
2 Replies

2. UNIX for Dummies Questions & Answers

unix script http request

Hi everybody, I have a *.vbs file which I want to run automatically. I want to know if there is anyway to implement the given example for e.g "http://255.255.255.55/script.vbs" what I mean is does anyone know how to make an http request from a unix script?? Thanks in advance!!!!!!!!!!! (1 Reply)
Discussion started by: arksal
1 Replies

3. Shell Programming and Scripting

Http request in Linux

Hi, i need a guide how to write a script which i can do a http request. Let say the request look like below; http://www.test.com?txid=1&type=service&server=linux I have a list of "txid" (in *.txt) and need to run all "txid" acordingly. So that mean, every transaction i have to refer "txid"... (7 Replies)
Discussion started by: malaysoul
7 Replies

4. UNIX for Dummies Questions & Answers

http request forward

Hi, Maybe it's a stupid question, anyway here goes.. I have an Apache web server on Solaris box, let's say A, with a public ip and a web application on a Linux box, uhmmm B, on a private lan with a private ip. I want the people from outside to connect to the app, but its inside the lan,... (4 Replies)
Discussion started by: piltrafa
4 Replies

5. UNIX for Dummies Questions & Answers

HTTP request

Can anybody tell about http request processing in shell script..? (3 Replies)
Discussion started by: noufal
3 Replies

6. Web Development

Copy and forward apache http request

Hello, I am using apache 2.2 and I need to have certain http requests (those including example.com for instance) to be executed normally and forwarded to another server. With mod_rewrite, I could easily forward but then the input request would not be executed on my server. Right? Am I... (1 Reply)
Discussion started by: JCR
1 Replies

7. Shell Programming and Scripting

Formatting wget request within script

When using a browser and calling this url .. the data returns the proper range of information ichart dot finance dot yahoo dot com/table.csv?s=YAHOO&a=3&b=14&c=2012&d=03&e=20&f=2012&g=d&ignore.csv (geeze wont let me post url's sorry ) However in my script the formatting is messing up on... (4 Replies)
Discussion started by: harte
4 Replies

8. Programming

C++ http GET request using sockets

Hello I am trying to communicate with a server that is ready to accept HTTP GET requests and send back data per the request. However, I have very little experience in socket programming and I don't really know how to debug this. Googling on the web hasn't yielded much, except people saying I... (2 Replies)
Discussion started by: flagman5
2 Replies

9. Shell Programming and Scripting

http request

I am running a website but I still have problems with the "service temporarily unavailable error". I want to make a simple check if the website is up and running. Does anybody has an idea how to do it? (the site is password protected, so you have to add a user and pwd before logging in). ... (2 Replies)
Discussion started by: jurgen
2 Replies

10. Shell Programming and Scripting

Parsing the http post request

Hi, I am trying to write a shell script to parse the post request data that it received to a xml file. Below is the post request data that script is receiving. -----------------------------7dd2339190c8e Content-Disposition: form-data; name="param1" 1... (2 Replies)
Discussion started by: jdp
2 Replies
dillo(1)							   USER COMMANDS							  dillo(1)

NAME
dillo - web browser SYNOPSIS
dillo [OPTION]... [--] [URL|FILE]... DESCRIPTION
Dillo is a lightweight graphical web browser that aims to be secure. It handles HTTP internally, and FILE, FTP, and DATA URIs are handled through a plugin system (dpi). In addition, INSECURE HTTPS support can be enabled. Both FTP and Dillo's download manager use the wget(1) downloader. Dillo displays HTML, text, PNG, JPEG, and GIF files. It handles cookies, HTTP authentication (basic and digest), proxying (basic), and some CSS. Framesets are displayed as links to frames, and there is currently no support for javascript or video. OPTIONS
-f, --fullwindow Start in full window mode: hide address bar, navigation buttons, menu, and status bar. -g, --geometry GEO Set initial window position where GEO is WxH[{+-}X{+-}Y]. -h, --help Display this help text and exit. -l, --local Don't load images for these URL(s). -v, --version Display version info and exit. -x, --xid XID Open first Dillo window in an existing window whose window ID is XID. EXIT STATUS
0 No error. 1 Internal error. 2 Error in command line arguments. ENVIRONMENT
HOME (or HOMEDRIVE and HOMEPATH on Cygwin) User's home directory. http_proxy URL of proxy to send HTTP traffic through. FILES
dpid Dillo plugin daemon dpidc Control program for dpid. ~/.dillo/bm.txt User bookmarks ~/.dillo/certs/ Saved certificates for HTTPS. ~/.dillo/cookies.txt Stored cookies ~/.dillo/cookiesrc Cookie settings ~/.dillo/dillorc Configuration file. ~/.dillo/dpid_comm_keys Keys used in dpi daemon communication. ~/.dillo/dpidrc Contains name of directory containing dpis, and associates dpi files with protocols. ~/.dillo/keysrc Keybindings. ~/.dillo/style.css User style sheet SEE ALSO
wget(1) Dillo website: http://www.dillo.org October 13, 2011 dillo(1)
All times are GMT -4. The time now is 01:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy