Skip to main content
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.

  • 3 November 2021
  • 3 replies
  • 29 views

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

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


Thanks it worked.


Great @Hussain Bangash​ 


Reply