» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with post + HTTP

Post XML using curl [curl] [rest]

echo '<doc><item>Some content.</item></doc>' | curl -X POST -H 'Content-type: text/xml' -d @- http://example.com/restapi

XML: del.icio.us/tag/xml

Post XML using curl [curl] [rest]

curl -X POST -H 'Content-type: text/xml' -d @- http://example.com/restapi

XML: del.icio.us/tag/xml

URIs, Addressability, and the use of HTTP GET and POST

HTTP GET promotes URI addressability so, designers should adopt it for safe operations such as simple queries. POST is appropriate for other types of applications where a user request has the potential to change the state of the resource (or of related re

W3C: Del.icio.us W3C Tags

PHP server side coding for rpc.JsonService? | The Dojo Toolkit

print json_encode(array('return'=>array('type'=>'message','body'=>'some text here'),'error'=>'','id'=>'incoming message id'));

json: del.icio.us/tag/json

PHP server side coding for rpc.JsonService? | The Dojo Toolkit

print json_encode(array('return'=>array('type'=>'message','body'=>'some text here'),'error'=>'','id'=>'incoming message id'));

Dojo: del.icio.us tag dojo

URIs, Addressability, and the use of HTTP GET and POST (W3C TAG Finding 21 March 2004)

"The finding explains how to choose between HTTP GET and POST for an application taking into account architectural, security, and practical considerations."

W3C: Del.icio.us W3C Tags

4GuysFromRolla.com - Using Microsoft's XMLHTTP Object to Get Data From Other Web Pages, Part 2

Response.Buffer = True Dim objXMLHTTP, xml Set xml = Server.CreateObject("Microsoft.XMLHTTP") ' Notice the two changes in the next two lines&lt;sep/&gt;

XML: del.icio.us/tag/xml

Tamper Data :: Firefox Add-ons

Use tamperdata to view and modify HTTP/HTTPS headers and post parameters...

Firefox: del.icio.us/tag/firefox

Pipes Blog " Blog Archive " Power Your Own Module

pipes is nice, i just wish i understood the value to YHOO.

json: del.icio.us/tag/json

RFC2616bis Issues

Try 303 instead of 302 for immediate redir after POST

W3C: Del.icio.us W3C Tags

URIs, Addressability, and the use of HTTP GET and POST

Use GET if: * The interaction is more like a question (i.e., it is a safe operation such as a query, read operation, or lookup). Use POST if: * The interaction is more like an order, [.. ..]

W3C: Del.icio.us W3C Tags

Page 1 | Next >>