Hi.
Is it possible to set the content-length header and also use chunked transfer encoding? and does doing so solve the problem of not knowing the length of the response at the client side when using chunked?
the scenario I'm thinking about is when you have a large file to transfer and there's no problem in determining its size, but it...
Hello
I'm no expert on web development, and need to find a way to let the browser call a PHP routine on the server with the current document ID as parameter, eg.
http://www.acme.com/index.php?id=1
I then need to call eg. /change.php with id=1 to do something about that document.
Unless I'm mistaken, there are three ways for the clie...
When would someone use httplib and when urllib?
What are the differences?
I think I ready urllib uses httplib, I am planning to make an app that will need to make http request and so far I only used httplib.HTTPConnection in python for requests, and reading about urllib I see I can use that for request too, so whats the benefit of one ...
Can somebody please show me resources that would let me make REST calls from my Android Phone to Amazon?
I need to get Item details for that Item.
I tried to look for documentation but I really couldn't find it. I am sorry if this has been answered before but I couldn't find the answer.
Thank you.
...
What is the best way to distinguish on a server between a request that came from an iPhone through the web browser vs through an iphone with an app written in objective c? What differences do I look for in the user agent string?
...
I have a winform app and i would like to listen to a specific port and be able to visit the app through a browser. I know how to use HttpRequest and HttpResponse in asp.net project. But is there a way to use them in a winform app? or a variant of them? Currently i am using TcpListener and i need to write out my response and parse the req...
I have a client project where I need to force HTTPS for a certain folder and force HTTP for all others. I can sucessfully enforce HTTPS for the folder I desire but then all links back to the rest of the site end up being through HTTPS. I'd like to have a rule which forces requests for anything 'not' in the secure folder to be forced back...
how to send a post request with a web browser?
...
how to send a post request and get the response in ruby
request is,
name=$name_val
URL is http://example.com/a/2
how do i do this in python or ruby?
...
I'm experiencing some really odd timeout issues when running a ASP.NET 2.0 project on Cassini on localhost, and I don't have enough data to get a clue of what's going on.
Is there a way to monitor localhost traffic to Cassini, either using some specific development tool or a general-purpose monitoring app such as fiddler?
Just to pre-e...
Hi, i'm accessing a file from one system to another system using IP address bcoz those systems are in local network.
I used this way "http://192.168.0.155:8080/files/index.jsp".but i want access the following way "http://nets:8080/files" like this way. how to possible to access the data this way?
...
I have an HttpHandler with the following code:
using System;
using System.Web;
using Company.Cms;
using Company.Web.Handlers.Console;
namespace Company.Web.Handlers
{
/// <summary>
/// Summary description for AdminHandler
/// </summary>
public class AdminHandler : IHttpHandler
{
public bool IsReusable
...
I used to think that cache is browser driven and browser dont request the same file again if they think data is being repeated but reading some text on web, I realize that it is website that tell browser for which files should be not requested twice.
Can anyone clarify me on this?
...
Hello all,
I have a Windows web server already set up with a website (unlimited application pools) and I want to be able to access a database on that server via the Android app I'm developing. How can I do this? Can someone point me to a tutorial or give code example of how this cross-platform (Android/Java to ASP.NET/C#) communication ...
I'm looking to handle image extentions .jpg, .png, .gif, etc. Essentially, what I have is a webserver that takes an image and archives it on the basis of its SHA-1. I use the git convention a1\b2\XXXXXX... with the hex representation of the digest. My question is how is it best to store the extension in the database? Am I safest storing ...
I am using Android SDK 2.2, testing my application with the emulator. I want to send a HTTP Post. When I do I get a UnknownHostException. I have placed the required permissions
<uses-permission android:name="android.permission.INTERNET" />
in the manifest.xml. Also I can open the browser on the emulator and navigate to the URL with no ...
I need a system which redirects connection requests from client machines to different sites i.e. if they type google.com they should be redirected to mysite.com
Therefore I thought of creating an app that installs a proxy on user's machines so that the app could check their outgoing connections and redirect accordingly.
Are there any ...
I have a dynamically generated HTML page that uses Google charts. The things is that the page generator doesn't have easy access to the data the chart needs to display. So my thought is to have it instead generate a URL that encode what it does know and that point at another server that does have access to the data. This sever than gener...
Hello friends,
I need to ask a question about HTTP protocol. I am trying to develop a sandbox (web browser) where any one can surf the website with different identities. Different identity means that on each request to a page will be from different IP address.
Now I don't know how scripts on web servers check the IP address of the one ...
Tell me if this is crazy.
There exists a Java class file on a server. Is there any way to send commands to the class via HTTP in C#?
I'm sorry if I am completely missing the boat on this one, but it is Friday and I need a vacation.
If this isn't possible, could someone please fill in the logical gap. What else is needed?
Thank you....