Hello all,
I am trying to build a custom connector to BMC Helix to take advantage of the REST API.
I am attempting to use basic authentication. In Postman, I would specify application/x-www-form-urlencoded as the headers Content-Type and a username/password in the body, as x-www-form-urlencoded.
When I test the connector, I get the following response:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 ProxyServlet: /</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /. Reason:
<pre> ProxyServlet: /</pre></p>
</body>
</html>
I am not sure what is going on...