Roundup Tracker - Issues

Message6356

Author rouilj
Recipients rouilj, schlatterbeck
Date 2019-02-19.01:00:37
Message-id <1550538037.21.0.188126534276.issue2551024@roundup.psfhosted.org>
In-reply-to
As part of the integration of the REST interface, the X-REQUESTED-WITH
http header should be checked for existence just like the xmlrpc 
interface.

See the handle_xmlrpc function for the validation code and copy
to handle_rest.

Note that there is a pending patch to make processing of the
X-REQUESTED-WITH header work under wsgi. Currently it is broken under
WSGI. See issue2551023.
History
Date User Action Args
2019-02-19 01:00:37rouiljsetrecipients: + rouilj, schlatterbeck
2019-02-19 01:00:37rouiljsetmessageid: <1550538037.21.0.188126534276.issue2551024@roundup.psfhosted.org>
2019-02-19 01:00:37rouiljlinkissue2551024 messages
2019-02-19 01:00:37rouiljcreate