["Password is required"]

Attempting by php cURL to use the LoginUser method all I receive back is ["Password is required"] the UserName & Password are sent as JSON body {"UserName":"webmaster@xxxxxx.com","Password ":"oxxxxxxxxxxxx"} headers are accepted the complete curl info is Array ( [url] => https://urgentcargus.azure-api.net/api/LoginUser [content_type] => application/json; charset=utf-8 [http_code] => 400 [header_size] => 1058 [request_size] => 288 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 0.132098 [namelookup_time] => 0.039758 [connect_time] => 0.052776 [pretransfer_time] => 0.107581 [size_upload] => 76 [size_download] => 24 [speed_download] => 181 [speed_upload] => 575 [download_content_length] => 24 [upload_content_length] => 76 [starttransfer_time] => 0.132029 [redirect_time] => 0 [redirect_url] => [primary_ip] => 13.xxxxx [certinfo] => Array ( ) [primary_port] => 443 [local_ip] => 138.xxxxx [local_port] => 3986 [request_header] => POST /api/LoginUser HTTP/1.1 Host: urgentcargus.azure-api.net Accept: */* Content-Type: application/json Ocp-Apim-Subscription-Key: xxxxxxxxxxxxxxxxxxxxxxxxxx Ocp-Apim-Trace:true Content-Length:76 ) I assume the user and pass referred to is the same ones used to log into this portal? subscription etc have been approved and I am using the primary key ... what is the secondary key for? Thank you


You're not signed in. Please sign-in to report an issue or post a comment.