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
GET
https://api.shoutpoint.com/v1/LiveCalls/141793@4755
07:55:26.295
Error:
SSL Error: Hostname/IP doesn't match certificate's altnames: "Host: api.shoutpoint.com/v1. is not in the cert's altnames: DNS:api.shoutpoint.com, DNS:www.api.shoutpoint.com"
Screenshots (if applicable)
400 Bad Request on GET requests, when I use a variable in the URL like this: https://{{BASE_URL}}/LiveCalls/:callId
BASE_URL = api.shoutpoint.com/v1
Error:
SSL Error: Hostname/IP doesn't match certificate's altnames: "Host: api.shoutpoint.com/v1. is not in the cert's altnames: DNS:api.shoutpoint.com, DNS:www.api.shoutpoint.com"
However, if I remove the variable and change the URL to https://api.shoutpoint.com/v1/LiveCalls/:callId, the request works.
The text was updated successfully, but these errors were encountered:
Buenas tardes, el problema que tengo, es que al hacer un GET al conjunto de recursos no me sale en ese conjunto un recurso que previamente habia creado correctamente mediante un POST. Cual podria ser el fallo gracias
400 Bad Request on GET requests, when I use a variable in the URL like this:
https://{{BASE_URL}}/LiveCalls/:callId
BASE_URL = api.shoutpoint.com/v1
However, if I remove the variable and change the URL to
https://api.shoutpoint.com/v1/LiveCalls/:callId
, the request works.The text was updated successfully, but these errors were encountered: