Discussions
getting 404 in bookings api
Hi,
I am getting 404 on my bookings API, and probably others, yet to test it out in other APIs.
Following is my CURL call full dump (Note: I have masked my API KEY with "*"),
Please help us resolve this as soon as possible.
curl --request GET
--url https://api.nobeds.com/api/Bookings/*
--header 'accept: application/json' -vvv
Note: Unnecessary use of -X or --request, GET is already inferred.
- Trying 172.66.43.199:443...
- Connected to api.nobeds.com (172.66.43.199) port 443
- ALPN: curl offers h2,http/1.1
- (304) (OUT), TLS handshake, Client hello (1):
- CAfile: /etc/ssl/cert.pem
- CApath: none
- (304) (IN), TLS handshake, Server hello (2):
- (304) (IN), TLS handshake, Unknown (8):
- (304) (IN), TLS handshake, Certificate (11):
- (304) (IN), TLS handshake, CERT verify (15):
- (304) (IN), TLS handshake, Finished (20):
- (304) (OUT), TLS handshake, Finished (20):
- SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384
- ALPN: server accepted h2
- Server certificate:
- subject: CN=nobeds.com
- start date: Dec 18 21:41:41 2023 GMT
- expire date: Mar 17 21:41:40 2024 GMT
- subjectAltName: host "api.nobeds.com" matched cert's "*.nobeds.com"
- issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1P5
- SSL certificate verify ok.
- using HTTP/2
- [HTTP/2] [1] OPENED stream for https://api.nobeds.com/api/Bookings/*
- [HTTP/2] [1] [:method: GET]
- [HTTP/2] [1] [:scheme: https]
- [HTTP/2] [1] [:authority: api.nobeds.com]
- [HTTP/2] [1] [:path: /api/Bookings/*]
- [HTTP/2] [1] [user-agent: curl/8.4.0]
- [HTTP/2] [1] [accept: application/json]
GET /api/Bookings/** HTTP/2
Host: api.nobeds.com
User-Agent: curl/8.4.0
accept: application/json< HTTP/2 404
< date: Tue, 13 Feb 2024 01:52:43 GMT
< content-type: text/html; charset=us-ascii
< cf-cache-status: DYNAMIC
< report-to: {"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v3?s=35E%2FHqpgZmWk74OSH4UsxqhuYOM1F8JQjIMmUG5bIh9y5nzP1BAb9riJmnIdYoFbzO3uq1LKQ5A0wM34%2BF9PI815CleI7w3fEg%2Bd7YFkQzrOlqLUTC0oU70R5FZlthi%2B%2BA%3D%3D"}],"group":"cf-nel","max_age":604800}
< nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
< strict-transport-security: max-age=2592000; includeSubDomains; preload
< x-content-type-options: nosniff
< server: cloudflare
< cf-ray: 85496eff89f285f7-BOM
< alt-svc: h3=":443"; ma=86400
<Not FoundHTTP Error 404. The requested resource is not found.
- Connection #0 to host api.nobeds.com left intact