Skip to main content

Allow PUT and DELETE to tunnel over POST

Project description

From the pydoc:

A TiddlyWeb plugin for working around limitations in some server setups
wherein perfectly legit HTTP methods like PUT and DELETE are not allowed
to pass through to TiddlyWeb.

This can also happen when using some legacy browsers which will not
allow PUT and DELETE in XmlHttpRequest calls.

We do this by looking at, in order:

X-HTTP-Method header
http_method URL parameter

If the real method is POST, REQUEST_METHOD will be reset to whatever is
given in the above.

If the real method is GET, REQUEST_METHOD will only be reset to whatever
is given in the above if it is GET or HEAD.

Effectively this means that if you want to override, you must POST. This
is consistent with idempotency conventions associated with HTTP methods.

ONLY USE THIS MIDDLEWARE IF YOU CANNOT FIX YOUR SERVER OR YOUR BROWSER.
YOUR SERVER AND BROWSER ARE BROKEN IF YOU NEED TO USE THIS.

NOTE: This code will not magically handle tunneling of methods. Client
code must choose to do the tunneling. At this time TiddlyWeb client code
such as TiddlyWebAdaptor does NOT tunnel. methodhack provides a way to
hand PUT and DELETE requests that have been tunneled over POST for those
browsers that do not support PUT and DELETE. It handles clients that
support a protocol defined in the docs.

N.B.: When using this with TiddlyWebWiki, a client-side component is
required as well. To this end, the following jQuery plugin can be used
as a TiddlyWiki plugin:
http://github.com/FND/jquery/blob/master/jquery.methodhack.js

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tiddlywebplugins.methodhack-0.4.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file tiddlywebplugins.methodhack-0.4.tar.gz.

File metadata

File hashes

Hashes for tiddlywebplugins.methodhack-0.4.tar.gz
Algorithm Hash digest
SHA256 c89811c8840a72a4c540e59ccb36344c03d89211a86b050cf484390f60eec42b
MD5 1d84de4122c5a1622d494ead6bbe6175
BLAKE2b-256 09f0e0359a8ce299973f33ab33ed19de7f27dbc15c6dbe48adf126ea4fefb3c0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page