yjpictures/license-mate

render.com setup not working properly from postman

Closed this issue · 1 comments

Can trigger in logs if connecting from browser but not from postman (except html routes). It gives 400 Bad Request error. Same error for any other route other than / or /api/v1/docs.

<html>

<head>
	<title>400 Bad Request</title>
</head>

<body>
	<center>
		<h1>400 Bad Request</h1>
	</center>
	<hr>
	<center>cloudflare</center>
</body>

</html>

Was missing Host in the header