You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
POST call on /get-route with the following data returns 200 instead of 4XX.
POSThttps://3scale-connect.api.prod-preview.openshift.io/get-route data = {"service_id" : <service-token>} headers = {"content-type":"application/json"}
Output
<title>400 Bad Request</title>
<h1>Bad Request</h1>
<p>The browser (or proxy) sent a request that this server could not understand.</p>```
The text was updated successfully, but these errors were encountered:
geetikabatra
changed the title
Route get-route returns 200 if auth_token is not provided but service_id is provided.
Route /get-route returns 200 if auth_token is not provided but service_id is provided.
Dec 12, 2017
POST call on
/get-route
with the following data returns200
instead of4XX
.POST
https://3scale-connect.api.prod-preview.openshift.io/get-route
data
={"service_id" : <service-token>}
headers
={"content-type":"application/json"}
Output
The text was updated successfully, but these errors were encountered: