This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients demian.brecht, facundobatista, fdrake, maarten, martin.panter, orsenthil, quentel, remi.lapeyre, v+python
Date 2020-08-22.14:36:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598106983.25.0.476855695814.issue10486@roundup.psfhosted.org>
In-reply-to
Content
Hello Maarten,

> Using cgitb, I found out that the webdriver expects the environment variable `HTTP_X_URWID_METHOD` to be set. The javascript sets the "X-Urwid-Method" header (using XmlHttpRequest), but these are not visible by the CGI python script.

> So some scripts extra Meta-Variables neet to be set

Thanks for your comment on this old issue. The topic under discussion was about some existing "more standard" CGI variables than special meta variables. 

Even if the first standard CGI variables issue get exposed, I doubt the meta variables will get added. I will think about considering the minimal change required to accomplish the task and close the issue.
History
Date User Action Args
2020-08-22 14:36:23orsenthilsetrecipients: + orsenthil, fdrake, facundobatista, v+python, quentel, martin.panter, demian.brecht, remi.lapeyre, maarten
2020-08-22 14:36:23orsenthilsetmessageid: <1598106983.25.0.476855695814.issue10486@roundup.psfhosted.org>
2020-08-22 14:36:23orsenthillinkissue10486 messages
2020-08-22 14:36:23orsenthilcreate