The http tag has no wiki summary.
2
votes
0answers
25 views
Stream system audio through mpd
I use mpd to stream music to my phone (connected to Hi-Fi) via http.
Yet, this only works for songs in my mpd database. I oftentimes want to play stuff in my browser and would like that to be ...
1
vote
1answer
61 views
Using Wireshark on Linux to observe coupled HTTP-request and HTTP-respond
I use Wireshark on Linux to observe my HTTP traffic. Other programms like Firefox Live Http Headers show coupled http-request from my browser and http-respond from any server.
How using programs like ...
3
votes
2answers
159 views
Mount HTTP Server As File System
I have a machine on which I wish to mount multiple remote servers to access them all centrally. For remote Linux based systems I am using SSHFS which works fine. But for Windows systems, or systems ...
2
votes
2answers
141 views
Apache server redirects main domain to https
I have this server with multiple domains running CentOS 6.2 and Apache. This server has a SSL certificate installed and working well.
Every time I browse to the main domain, without adding http:// it ...
4
votes
3answers
128 views
Send first line of the HTTP Header
A normal HTTP request may look something like this:
GET / HTTP/1.1
Host: example.com
I would like to change the first line of this request, with a custom one, e.g.:
FOOBAR NOT REALLY HTTP
Host: ...
2
votes
2answers
673 views
Fatal error: Class 'HttpRequest' not found
Whilst trying to make this request I have this error.
I have tried to run "sudo pecl install pecl_http" but always fails.
Could not find curl/curl.h
After I have tired(yum instead of apt-get ...
3
votes
1answer
220 views
Generic HTTP server that just dumps POST requests?
I am looking for a command line tool that listens on a given part, happily excepts every HTTP POST request and dumps it.
I want to use it for testing purposes, i.e. for testing clients that issue ...
0
votes
0answers
18 views
how to download pdf from http site? [duplicate]
Possible Duplicate:
How to download specific files from some url path with wget
I want to download pdf files from this site.
I tried wget -r -l 1 ...
4
votes
1answer
92 views
Getting a website's ip with 'host'?
Why is it that when I run the command host examplewebsite.com it gives me website's ip, but for some websites, when I type that IP address into the address bar and hit enter, it shows me a 404 page?
...
10
votes
6answers
4k views
Can I create override dns similar to writing in /etc/hosts without root access
I want to set a dns record that my browser will use, but I don't have root access, so I can't modify /etc/hosts. I need to do this for testing vhosts with apache, whose dns hasn't yet been set up. I ...
1
vote
0answers
115 views
Multithread http downloader with webui
I looking for software similar to JDownloader or PyLoad. JD is pretty good but use heavy Java and for now have very weak web interface. PyLoad is awesome, include simple but powerful web-UI but ...
0
votes
2answers
72 views
HTTP Downloader that supports directory index? So that I could use globbing?
Is there an http downloader that supports globbing?
i.e. I would like to fetch the latest update of a package, abc-XXX.rpm, but the XXX (version number) is unknown to me. Is it possible to do a ...
1
vote
2answers
125 views
Simple feed aggregation server
I’m looking for a program that runs as daemon, downloads Atom and RSS feeds at least every minute, and provides a paginated Atom feed of all entries of all feeds through a simple HTTP server. It ...
0
votes
3answers
395 views
wget is returning an html page instead of original file
In my case the problem is with SourceForge.net. Actually I was trying to download these files:
http://sourceforge.net/projects/wxpython/files/wxPython/2.9.4.0/wxPython-src-2.9.4.0.tar.bz2/download
...
3
votes
1answer
1k views
How to configure pfsense to NAT servers?
How can I configure pfsense so it will NAT servers so they can be accessed outside of the company? I tried to play around with the NAT settings, but didn't get anywhere. I want to be able to access ...
2
votes
1answer
849 views
Install php_http on Arch Linux
First I installed the curl extension for PHP:
$ sudo pacman -S php-curl
and
$ grep curl /etc/php/php.ini
extension=curl.so
Then I installed the PHP PEAR
$ sudo pacman -S php-pear
Having now ...
1
vote
1answer
714 views
Redirect http using iptables for an ip range
I have a range of ip addresses (10.13.13.10-19) that I want to redirect all outgoing http traffic to an internal webserver. So if someone in that range tried to access any site, the html from my ...
1
vote
1answer
164 views
How to log all domains accessed?
Maybe I could use tcpdump, filter out all non-HTTP packets to reduce disk consumption, and then parse the output looking for domain names. Maybe there is a better solution. Do you know one?
2
votes
2answers
508 views
Is there any command-line, generic HTTP proxy (like Squid)?
I can easily use Netcat (or, Socat) to capture traffic between my browser and a specific host:port.
But for Linux, does there exist any command-line counterpart of a Squid-like HTTP proxy that I can ...
5
votes
6answers
2k views
Simple command line http server
I have a script which generates a daily report which I want to serve to the so called general public. The problem is I don't want to add to my headaches maintance of a http server (e.x. apache) with ...
-1
votes
2answers
448 views
How to get info about given webserver FAST?
$ time nmap -q -sV -P0 -p80 google.com | fgrep '80/tcp open'
80/tcp open http Google httpd 2.0 (GFE)
real 0m6.563s
user 0m0.280s
sys 0m0.016s
$
Are there any faster methods to get info ...
3
votes
2answers
486 views
Sync with a Directory Listing of An Apache Server
Is there an easy way to keep a folder synced with a directory listing via HTTP?
Edit:
Thanks for the tip with wget! I created a shell script and added it as a cron job:
remote_dirs=( ...
0
votes
1answer
205 views
“Conflicting versions” error while running eggdrop
I'm getting this error while running the eggdrop bot, while loading the http.tcl script:
conflicting versions provided for package "http": 2.7.5, then 2.5.2
How do I fix this?
4
votes
1answer
250 views
Does using epub2pdf pose a potential security risk? Is there an alternative?
epub2pdf is a fairly platform-independent program. Based on Java, it executes without a hitch on my machine, with no dependencies.
However, strangely enough, the program requires an active internet ...
6
votes
2answers
215 views
Are there any good tools besides SeleniumRC that can fetch webpages including content post-painted by JavaScript?
One major shortcoming of curl is that more and more wepages are having their main piece of content painted by a JavaScript AJAX response that occurs after the initial HTTP response. curl never picks ...
3
votes
3answers
261 views
True HTTPS? How?
/Using Google Chrome/
if i visit:
https://secure.wikimedia.org/wikipedia/en/wiki/File:Nokota_Horses_cropped.jpg
then the:
...
3
votes
0answers
60 views
Use command line to download file which is accessible only in a given session [duplicate]
Possible Duplicate:
Does anybody here have experience in automating some tasks in web applications using curl?
Sorry for the lengthy title.
I am trying use command line to download a ...
0
votes
2answers
274 views
How do I set different directories for different domains on CentOS 5.5 server?
I'm running a CentOs 5.5 server and wanted to know what commands I needed to run to be able to do the following;
I have 3 domains on the server - example1.com, example2.com, example3.com
I wanted ...
1
vote
3answers
252 views
Run a simple http server locally on a non-80 port
I have access to a Linux server with a non-root user. What I need is to run a simple, HTTP server that will not listen to port 80, but to a different port.
I'm looking for the most easiest and ...
3
votes
2answers
390 views
Local DNS rewrite from host to host for web requests
Is there some de-facto way for rewriting certain hostnames to other ones? Something like /etc/hosts for host to host instead of ip to host. Is this possible or should I create a local dns cname for ...
1
vote
3answers
1k views
Simple problem with netcat tool
Can anybody tell me why I am getting bad request while executing this command
echo -e "GET http://www.yellowpages.com.eg/Mjg3NF9VUkxfMTEwX2h0dHA6Ly93d3cubG90dXMtYWlyLmNvbV8=/Lotus-Air/profile.html ...
1
vote
1answer
363 views
Need command-line program to download all of http:// https:// scp:// ftp:// style links (on e.g. ubuntu)
I'm writing a perl program where I want to accept all kinds of "file names" from the user, including /home/foo/bar.txt and scp://server/some/file.txt or whatever. And then I thought that if I can find ...
3
votes
4answers
503 views
How to examine POST request over HTTPS?
I'm trying to automate access to a website via scraping, and I'm trying to determine what parameters are being sent to the server in a POST request. I've currently got Wireshark open, but is there a ...
5
votes
1answer
217 views
What tools allow me to present man pages as formatted HTML on a web server?
What tools exist to make man pages available on a system available via HTTP and link topics together such that references in the SEE ALSO sections and elsewhere will become hyperlinks in the HTML ...
2
votes
2answers
131 views
What is the “Online Certificate Status Protocol”?
I use privoxy. In the user.action file i have a redirect rule and a few websites:
{ +redirect{s@http://@https://@} }
.twitter.com
.facebook.com
Ok! it's working great, e.g.: if i visit any ...
4
votes
2answers
256 views
How can I see dumps of wholе HTTP packets?
I need to see whole HTTP packets sent and recieved by an application for debugging purposes. How can this be done in command-line?
1
vote
1answer
106 views
Reroute one URL
I am looking to reroute one particular URL to another, for example : http://website.com/page1.html to http://website.com/page2.html on a third party server only on my machine. But I still want it to ...
