IntrovertIRL (アビル)
IntrovertIRL (アビル)
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
thanks for helping me out!!!
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
it started working after a while
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
(http.host wildcard "*.edumeserver.xyz" and not http.request.uri.path contains "/api" and not ssl)
(http.host wildcard "*.edumeserver.xyz" and not http.request.uri.path contains "/api" and not ssl)
still not working
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
No description
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
'(http.host eq "edumeserver.xyz" and http.request.full_uri matches "edumeserver.xyz/" and not http.request.full_uri matches "edumeserver.xyz/api/" and ssl)' is not a valid value for expression because the expression is invalid: Filter parsing error (1:68): (http.host eq "edumeserver.xyz" and http.request.full_uri matches "edumeserver.xyz/" and not http.request.full_uri matches "edumeserver.xyz/api/" and ssl) ^^^^^^^^^^^^^^^^^^ regex parse error: edumeserver.xyz/ ^ error: repetition operator missing expression
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
No description
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
i want to redirect all path to https unless its */api/*
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
btw is there anyway to config zero trust to force HTTPS on certain routes?
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
It turns out the issue was on my end I hadn't adjusted the buffer size, which is why part of the message wasn’t showing. Thanks for your patience!
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
HTTP/1.1 200 OK
Date: Wed, 13 Nov 2024 02:58:26 GMT
Content-Type: application/json
Content-Length: 200
Connection: close
Server: gunicorn/19.9.0
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true

{
"args": {},
"headers": {
"Host": "httpbin.org",
"X-Amzn-Trace-Id": "Root=1-673415d2-02d5a0b16561d4825252ddd4"
},
"origin": "X.X.X.X",
"url": "http://httpbin.org/get"
}
HTTP/1.1 200 OK
Date: Wed, 13 Nov 2024 02:58:26 GMT
Content-Type: application/json
Content-Length: 200
Connection: close
Server: gunicorn/19.9.0
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true

{
"args": {},
"headers": {
"Host": "httpbin.org",
"X-Amzn-Trace-Id": "Root=1-673415d2-02d5a0b16561d4825252ddd4"
},
"origin": "X.X.X.X",
"url": "http://httpbin.org/get"
}
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
also i used http://httpbin.org/get to confirm that its not problem with the arduino cuz responed with a body
17 replies
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
yeah i can see the body fine with curl
17 replies