jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
717 stars 243 forks source link

is POST supported or just GET? #512

Closed tooptoop4 closed 1 year ago

tooptoop4 commented 1 year ago

if I use this lib to host a krb protected service, will clients be able to use POST against it or just GET?

jcmturner commented 1 year ago

This would depend on the implementation at the HTTP server level. This lib can be used to secure all the HTTP verbs if the http server is set up correctly.