My API:
{
"methods": [
"GET"
],
"uris": [
"/json/v1/dz/products"
],
"id": "b68e6892-6337-4211-92a5-6150b73c6071",
"hosts": [
],
"preserve_host": false,
"created_at": 1490754001000,
"upstream_connect_timeout": 60000,
"strip_uri": true,
"name": "get_products",
"https_only": true,
"http_if_terminated": true,
"retries": 5,
"upstream_send_timeout": 60000,
"upstream_read_timeout": 60000
}
----------------------------------------------------
ERROR:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>400 Bad Request</title>
</head>
<body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.
<br />
</p>
<hr>
</body>
</html>
I have enabled SSL for 2 domain and use HTTPS on them
Pls have a look at that.
Thank you so much.