Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1862 Widoki

controllers can‘t process POST data,help!!

@http.route('/px/notify', type='http', auth='none', methods=['POST'], csrf=False)

    def notify(self, **post): 
        _logger.info('post data %s', repr(post))


When I POST some xml content with Simple REST Client, the log result is nothing but {}.  


Awatar
Odrzuć