brightprogrammer
brightprogrammer
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
The problem seems to be in cloudflare itself. This is surely a bug. I checked with ngrok and it works flawlessly
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
This is how it looks in cloudflare zero-trust tunnel logs
{
"connIndex": 3,
"originService": "http://localhost:1337",
"ingressRule": 0,
"host": "api.brightprogrammer.in",
"path": "/list_users",
"headers": {
"Accept": [
"*/*"
],
"Accept-Encoding": [
"gzip, br"
],
"Cf-Ray": [
"<redacted>"
],
"Cf-Warp-Tag-Id": [
"<redacted>"
],
"Content-Type": [
"application/json"
],
"X-Forwarded-Proto": [
"https"
],
"Cdn-Loop": [
"cloudflare; loops=1"
],
"Cf-Connecting-Ip": [
"<ip-redacted>"
],
"Cf-Ipcountry": [
"IN"
],
"Cf-Visitor": [
"{\"scheme\":\"https\"}"
],
"Content-Length": [
"24"
],
"User-Agent": [
"curl/8.7.1"
],
"X-Forwarded-For": [
"<ip-redacted>"
]
},
"content-length": 24
}
{
"connIndex": 3,
"originService": "http://localhost:1337",
"ingressRule": 0,
"host": "api.brightprogrammer.in",
"path": "/list_users",
"headers": {
"Accept": [
"*/*"
],
"Accept-Encoding": [
"gzip, br"
],
"Cf-Ray": [
"<redacted>"
],
"Cf-Warp-Tag-Id": [
"<redacted>"
],
"Content-Type": [
"application/json"
],
"X-Forwarded-Proto": [
"https"
],
"Cdn-Loop": [
"cloudflare; loops=1"
],
"Cf-Connecting-Ip": [
"<ip-redacted>"
],
"Cf-Ipcountry": [
"IN"
],
"Cf-Visitor": [
"{\"scheme\":\"https\"}"
],
"Content-Length": [
"24"
],
"User-Agent": [
"curl/8.7.1"
],
"X-Forwarded-For": [
"<ip-redacted>"
]
},
"content-length": 24
}
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
This is a big blocker for me.
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
curl -X GET https://api.brightprogrammer.in/list_users \
-H "Content-Type: application/json" \
-d '{"user_type": "student"}'
curl -X GET https://api.brightprogrammer.in/list_users \
-H "Content-Type: application/json" \
-d '{"user_type": "student"}'
Curl request I'm using for testing.
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
The server is up and always running if anyone wants to give it a shot
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
Cloudflare logs don't show the form body or json, whichever one I set
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
Bump
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
I tried some online API testing tools as well
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
I know it's auto generated, but just to be sure, I added that.
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
Tried that as well
17 replies
CDCloudflare Developers
Created by brightprogrammer on 12/24/2024 in #general-help
Client Request body Empty
I tried all 4 combinations of JSON and FORM-BODY with GET and POST
17 replies