Skip to main content
Cadet | Tier 2
November 3, 2021
Question

Hello Guys, i am trying to Authenticate my control room using Authenticate API but it keeps giving me this error: POST http://hussainbangash:80v1/authentication Error: Port should be >= 0 and < 65536. Received 80v1.

  • November 3, 2021
  • 3 replies
  • 72 views

PS: it works when i use community edition url but if i use enterprise edition url it shows this error.

    3 replies

    Most Valuable Pathfinder
    November 3, 2021

    Hi @Hussain Bangash​ ,

     

    Add '/' after port 80 in your Authentication URI,

     

    http://hussainbangash:80/v1/authentication 

     

    Example : POST http://<your_control_room_url>/v1/authentication

     

    If this is useful please do Like & mark as "Best Answer" so it will be helpful for others as well. 

     

    Thanks,

     

    ChanduMohammad S

    Chand
    Cadet | Tier 2
    November 3, 2021

    Thanks it worked.

    Most Valuable Pathfinder
    November 3, 2021

    Great @Hussain Bangash​ 

    Chand