[whatwg] data: scheme in form submission

Ian Hickson wrote:
> Note that the data: URI scheme's definition is actually very useful for 
> debugging. It lets you see what the UA wants to send without having to use 
> a server side echo script, just by doing:
> 
>    action="data,%%" method="post"
> 

Ah, now I get it! Thank you.

Olav Junker Kj?r

Received on Saturday, 22 January 2005 16:41:10 UTC