[SOLVED] Can't create API Token: Method Post not implemented (501)

nbranquinho

New Member
Aug 1, 2022
2
0
1
I need your help... I already do a search but can't find the solution for this...

I'm trying create a new API token

1659357294154.png

but when I save the information, I got this error
1659357256625.png

What I'm doing wrong?

EDIT:
Proxmox VE 7.2-7
 
you misunderstood the post ;) 'qr' is a perl operated (standing for quoted regex), the regex is the part after the delimiter following qr ('/' in this case) up to the next non-escaped instance of the delimiter: [A-Za-z][A-Za-z0-9\.\-_]+. so basically a token identifier has to start with a letter, followed by letters, numbers, or the characters '.', '-' or '_'. hope that helps!