T tianhua.liu New Member Jul 26, 2021 19 0 1 31 Aug 23, 2021 #1 I added ticket and csrfpreventiontoken to all post requests. Why does the authentication error code always report this error? So does postman
I added ticket and csrfpreventiontoken to all post requests. Why does the authentication error code always report this error? So does postman
Hannes Laimer Proxmox Staff Member Staff member Jul 27, 2020 716 125 68 25 Aug 23, 2021 #2 Hey, you're setting GET params, you have to send it as POST data[1]. API docs: [2]. [1] https://learning.postman.com/docs/sending-requests/requests/#sending-body-data [2] https://pve.proxmox.com/pve-docs/api-viewer/index.html#/access/ticket
Hey, you're setting GET params, you have to send it as POST data[1]. API docs: [2]. [1] https://learning.postman.com/docs/sending-requests/requests/#sending-body-data [2] https://pve.proxmox.com/pve-docs/api-viewer/index.html#/access/ticket