Giter Club home page Giter Club logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
If the response has an entity body, the entity body will be displayed.  
Anything the server sends back is 
displayed to the user regardless of whether the 'HEAD' request is suppose to 
have an entity body.  As such, if 
there is an entity body from the response, that is the server who is doing 
things incorrectly.

If this issue is about sending an entity body on a 'HEAD' request, then this 
seems like an invalid request.

Can you please clarify what you mean and what the problem is that you are 
experiencing? 

The different between the two different javascript functions of 'handleGet' and 
'handleSend' is that the 
'handleGet' variant does not expect to *SEND* an entity body along with the 
request.  Making the change you 
suggested would essentially violate the HTTP protocol as requests like 'HEAD' 
are not suppose to have an 
entity body.

Original comment by [email protected] on 3 May 2010 at 2:53

from poster-extension.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
Alex,

Thanks for writing back. It looks like it was a combination of caching and 
incorrect
logging with the application I was testing against. HEAD requests were being 
logged
as GET requests, and HEAD requests done after a GET request would still show the
earlier GET request body.

Glad it's not a bug in Poster. :) Keep up the great work!


Thanks,
Benjamin

Original comment by bigbluehat on 7 Jun 2010 at 12:18

from poster-extension.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 15, 2024
OK.  I'll close this out.

Original comment by [email protected] on 7 Jun 2010 at 1:20

  • Changed state: Invalid

from poster-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.