65 |
print $query->header( -type => 'text/xml', cookie => $cookie, -'X-CSRF-TOKEN' => $csrf_token ); |
65 |
print $query->header( -type => 'text/xml', cookie => $cookie, -'CSRF-TOKEN' => $csrf_token ); |
66 |
print XMLout( { status => $status }, NoAttr => 1, RootName => 'response', XMLDecl => 1 ); |
66 |
print XMLout( { status => $status }, NoAttr => 1, RootName => 'response', XMLDecl => 1 ); |