You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/09 06:20:20 UTC

[GitHub] [pulsar-manager] haiboself commented on issue #471: login error!

haiboself commented on issue #471:
URL: https://github.com/apache/pulsar-manager/issues/471#issuecomment-1272466722

   > ```shell
   > CSRF_TOKEN=$(curl http://backend-service:7750/pulsar-manager/csrf-token)
   > curl \
   >     -H "X-XSRF-TOKEN: $CSRF_TOKEN" \
   >     -H "Cookie: XSRF-TOKEN=$CSRF_TOKEN;" \
   >     -H 'Content-Type: application/json' \
   >     -X PUT http://backend-service:7750/pulsar-manager/users/superuser \
   >     -d '{"name": "admin", "password": "apachepulsar", "description": "test", "email": "username@test.org"}'
   > ```
   
   same issue, the curl return "Empty reply from server" as response, Do you solve this problem in the final?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org