JavaScript-based applications and text browsers
Posted
by Vi
on Super User
See other posts from Super User
or by Vi
Published on 2010-02-05T02:30:00Z
Indexed on
2010/03/18
23:01 UTC
Read the original article
Hit count: 276
How to use complex AJAX applications with a lot of menus and with X.509 authentications in non-GUI mode with simple browsers?
For example, I can login to Webmoney from console using links/lynx/link2 (but not w3m), entering captcha (using aaxine) and do operations there, but can't login not using X.509 certificate (even if I try to separate SSL part using "socat tcp-l:... openssl:...:443,cert=extracted_from_firefox.pem")
Is there some program that behaves like fully-fledged browser (build DOM/execute JS/Support all features except of actually displaying things), but without GUI and dependencies on GUI libraries?
© Super User or respective owner