400 Bad request response while testing rest api in postman
I am using EBS 12.1.3 with DB version 12.1.0.2.0 I have developed a custom rest api which should return data in JSON format. but it is not working as it should.
Postman is throwing following error:
<HTML>
<HEAD>
<TITLE>400 Bad Request</TITLE>
</HEAD>
<BODY>
<H1>Bad Request</H1>
Your browser sent a request that this server could not understand.<P>
client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23):
/webservices/rest/getorderlines/get_line/<P>
</BODY>
</HTML>