"Kelly Jones" <[EMAIL PROTECTED]> writes:

> Can elinks display the data I've posted to a form and/or the cookies
> I've sent to a given page? In other words, portions of my raw,
> unencrypted HTTP request?

I don't think there is such a feature.

ELinks hackishly stores the POST data as part of the URI in the
cache, and I think in the history too.  It should be possible to
implement a command that displays that data in a dialog box.
However, this will become trickier in ELinks 0.13, which will not
keep the contents of uploaded files in memory (bugs 4 and 1008).
Also, ELinks generates HTTP headers (including Cookie) during the
request and does not remember them afterwards.

There is the protocol.http.trace option, but it requires
server-side support that ungenerous administrators sometimes
disable.
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to