Hi
I'm testing the VISA API Supplier search endpoint.
- Had setup The 2 way SSL succesfully.
- HelloWorld endpoint works well with no issues.
But when I'm trying to call visasuppliermatchingservice endpoint I'm constantly getting
"Requested route not found"
The request I'm sending looks like this:
Headers: Accept: application/json
Cache-Control: no-cache
Authorization: Basic **********
Search endpoint responded with:
StatusCode: NotFound
Headers: Server: nginx
Date: Mon, 02 Dec 2024 12:05:10 GMT
Connection: keep-alive
X-SERVED-BY: -7c479c7889-2l
X-CORRELATION-ID: 1733141110_005_671460278_-7c479c7889-2l_VDP_WS
X-ERROR-ORIGIN: 9900
X-Backside-Transport: FAIL FAIL,FAIL FAIL
X-Global-Transaction-ID: a116ad95674da27620fab194
X-APP-STATUS: 404
Cache-Control: no-cache, no-store, must-revalidate
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000;includeSubdomains, max-age=31536000;includeSubdomains
Pragma: no-cache
Content-Security-Policy-Report-Only: default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport; X-Content-Security-Policy-Report-Only: default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport; X-WebKit-CSP-Report-Only: default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport; Body: {"statusDescription":"Requested route not found","statusCode":"404"}