We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any and all API calls to the SpaceX-API returns a 404 error
Debug: (KtorLogging) RESPONSE: 404 Not Found METHOD: HttpMethod(value=GET) FROM: https://api.spacexdata.com/v4/company COMMON HEADERS -> Access-Control-Allow-Origin: * -> Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 -> Content-Length: 9 -> Content-Type: text/plain; charset=utf-8 -> Date: Wed, 08 Jun 2022 01:31:54 GMT -> Server: Caddy -> Strict-Transport-Security: max-age=15552000; includeSubDomains -> Vary: Origin -> access-control-expose-headers: spacex-api-cache,spacex-api-response-time -> content-security-policy: default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests -> expect-ct: max-age=0 -> referrer-policy: no-referrer -> spacex-api-response-time: 0ms -> x-content-type-options: nosniff -> x-dns-prefetch-control: off -> x-download-options: noopen -> x-frame-options: SAMEORIGIN -> x-permitted-cross-domain-policies: none -> x-xss-protection: 0 BODY Content-Type: text/plain; charset=utf-8 BODY START Not Found BODY END
The text was updated successfully, but these errors were encountered:
Closing as Duplicate of #2
Sorry, something went wrong.
No branches or pull requests
Any and all API calls to the SpaceX-API returns a 404 error
Debug: (KtorLogging) RESPONSE: 404 Not Found
METHOD: HttpMethod(value=GET)
FROM: https://api.spacexdata.com/v4/company
COMMON HEADERS
-> Access-Control-Allow-Origin: *
-> Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
-> Content-Length: 9
-> Content-Type: text/plain; charset=utf-8
-> Date: Wed, 08 Jun 2022 01:31:54 GMT
-> Server: Caddy
-> Strict-Transport-Security: max-age=15552000; includeSubDomains
-> Vary: Origin
-> access-control-expose-headers: spacex-api-cache,spacex-api-response-time
-> content-security-policy: default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests
-> expect-ct: max-age=0
-> referrer-policy: no-referrer
-> spacex-api-response-time: 0ms
-> x-content-type-options: nosniff
-> x-dns-prefetch-control: off
-> x-download-options: noopen
-> x-frame-options: SAMEORIGIN
-> x-permitted-cross-domain-policies: none
-> x-xss-protection: 0
BODY Content-Type: text/plain; charset=utf-8
BODY START
Not Found
BODY END
The text was updated successfully, but these errors were encountered: