I'm writing an application in C# that uses proxies. The proxies are sending the HTTP_X_FORWARDED_FOR during HTTP requests, and this is unwanted behavior.
I am extending the Interop.SHDocVw axWebBrowser (aka Internet Explorer) control right now, but can take another approach if needed for this problem.
Is there some way to suppress this header... can this be done in code, on the proxy server, or not at all?
First of all, I would like to apologize for the lack of research, this is kind of urgent.
Are soap messages binded in http request/header?
If yes, can I view soap messages using tcpmon?
Is there any other way to view soap messages?
I'd like to develop an application to monitor HTTP traffic to/from my PC. (what websites are being visited by the PC user).
The problem is, that I couldn't get any articles how to start developing application like that.
What am I missing?
I downloaded apple's demo for using HTTP POST and GET (Their sample app has a tabbar with different parts) and the code is so confusing!
Could anybody give me some sample code or a link to some tutorials about it? :)
Thanks!
What's the easiest way to create a simple HTTP server with Java? Are there any libraries in commons to facilitate this? I only need to respond to GET/POST, and I can't use an application server.
What's the easiest way to accomplish this?
Hi!
I'm trying to get timestamp on beginRequest and on endRequest when processing an http request using php. I know how to do it on asp.net (using httpModules and the finction beginRequest and endRequest).
Does anyone know if this option is available on php and guide me how to do it?
(I'm not looking for a solution, just some guiding or good reference because i couldn't find any...)
Hi everyone!
I just wanted to know if any of you had any problems using java default HttpURLConnection class. Some kind of bug that made you switch to apache commons.
Or is it just the (ugly) interface that class exposes that justifies the birth of 3rd party http lib?
Disclosure: I heard some arguments against java.net having some serious problems, but I'm finding hard to believe that a class that is part of the java core distribution still has issues after several releases of the JDK
Is there a way to generate an http link which will open iTunes to the results of a query for apps with a specific keyword.
I have a number of apps and I want my users from my web site to see those with a common keyword. So not to my full list by default.
Hi,
I have a web-service endpoint and a http connector on port X.
At some point this endpoint needs to switch to https, but on the same port!
(I know this is not the normal way of doing things, but this is what my clients expect from an old server they are using...)
Is there a way to do it in tomcat?
What's the maximum length of an HTTP GET request? Is there a response error defined that the server can/should return if it receives a GET request exceeds this length?
Hi,
I'm looking for an HTTP Proxy/GUI combination that should be installed locally on my Windows PC. The UI should display something similar to Firebugs "Network" tab, showing request/response headers and content as plaintext.
It would be cool if I could attach requests to a sort of node for later comparison, similar to what you can do when using the Proxy that comes with JMeter.
This might be a beginner question but I did some googling and couldn't find an answer so bear with me.
I was wondering if there was a resource, tutorial, wiki, etc that explained how to create an http proxy. It would be good to see it in ruby but any language will do if that's not possible.
Thanks a lot
Hello,
I am trying to grab a value from a url:
http://localhost:8080/bin/task_status?id=2&cmd=percent_done
I am unsure how to actually do this within a javascript (ajax) command that once the page has been loaded will be called every .5 seconds. It is using the AJAX built in progress bar to display.
When using HTTP/1.1 Pipelining what does the standard say about issuing multiple requests without waiting for each request to complete? What do servers do in practice?
I ask because I once tried writing a client which would issue a batch of GET requests for multiple files and remember getting errors. I wasn't sure if it was due to me incorrectly issuing the GET's or needing to wait for each individual request to finish before issuing the next GET.
I plan to use java.util.zip to compress http post data when sending it from a java client to the server(java servlet in this case).
is this the best approach for reducing data load?
should I use gzip as the compression alg?
Hi, I'd like to extract the info string from an internet radio streamed over HTTP. By info string I mean the short note about the currently played song, band name etc.
Preferably I'd like to do it in python. So far I've tried opening a socket but from there I got a bunch of binary data that I could not parse...
thanks for any hints
Hi all,
I have some software which runs as a black box, I have no access to it. This software makes HTTP requests. What I want to do is intercept these requests, forward them on, catch the response, do something with it, before passing the response back to the software.
Can this be done? What's the best method?
Thanks
I'm using Clonezilla to try and get an image of a computer. The client boots to DRBL and then into Clonezilla just fine but after calculating the bitmap, it checks the disk space and gives me the error:
Checking the disk space...
(standard_in) 1: syntax error
Something went wrong!!!
Press "Enter" to continue......
I don't really know where to start with this one. Any suggestions?
I have created a very simple script (see below) but cannot get it to run properly. I always get messages saying
line 5: syntax error near unexpected token 'fi'
line 5: 'fi'
when I try to execute this script.
#!/bin/sh
rm /opt/file_name
if $? -ne 0 then
echo 'error'
fi
exit
I am running this on Red Hat Linux if that makes any difference.
If any one can help identify what is wrong with the if statement I'd really appreciate it.
Bill
Hello,
I on microsoft hyper v create a server, i installing on it linux debian, but while instalation this server stopped with critical error and if I start it, he stops after approximaly 1 minute.
How to debug it?
Where i can find information about this critical error because in a events viewer I can't find any information about it.
I was having some problem with Software center. So tried to reinstall it. But While removing it give me an error.
(Reading database ... 150986 files and directories currently installed.)
Removing software-center ...
dpkg: error processing software-center (--remove):
unable to securely remove '/usr/share/app-install/desktop/software-center.menu': Not a directory
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Errors were encountered while processing:
software-center
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now The same problem is repeating if I use apt-get to install or upgrade my ubuntu.
I cant install any software and Software-Center too.. PLZ help
Hello,
I on microsoft hyper v create a server, i installing on it linux debian, but while instalation this server stopped with critical error and if I start it, he stops after approximaly 1 minute.
How to debug it?
Where i can find information about this critical error because in a events viewer I can't find any information about it.
Hei,
I have a new laptop installed with Windows Vista ultimate (Swedish version). I changed the display language to English, everything seems ok except error pages in IIS7 are still in Swedish. Is it possible to get error pages/messages in English ? How?
Thanks in advance!