IntrovertIRL (アビル)
IntrovertIRL (アビル)
CDCloudflare Developers
Created by IntrovertIRL (アビル) on 11/12/2024 in #general-help
Cloudflare Zero trust not working over Arduino Ethernet HTTP reqeust
I'm currently working with an Arduino Nano to send HTTP requests to a Cloudflare Zero Trust endpoint. Despite disabling the “Always HTTPS on” setting in Cloudflare, I am still encountering an issue. The Arduino successfully receives the initial HTTP response headers, as shown below, but does not retrieve the expected JSON payload following the headers.
HTTP/1.1 200 OK
Date: Tue, 12 Nov 2024 14:41:56 GMT
Content-Type: application/json
Content-Length: 42
Connection: close
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LtANSCgWlMAvK%2FdA1%2ByDYTcfcWkyd4YeHaTok31eD2ZORG3Ll55oVdNndu7X3qP247FqBmVkSatoA5dhMyUBHobIWVqWkSGP5l1nrh6O5gevVOg3YdHm0JdjjkxvMa4ThGg5JnpHBg%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 8e17492988aa7
HTTP/1.1 200 OK
Date: Tue, 12 Nov 2024 14:41:56 GMT
Content-Type: application/json
Content-Length: 42
Connection: close
cf-cache-status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LtANSCgWlMAvK%2FdA1%2ByDYTcfcWkyd4YeHaTok31eD2ZORG3Ll55oVdNndu7X3qP247FqBmVkSatoA5dhMyUBHobIWVqWkSGP5l1nrh6O5gevVOg3YdHm0JdjjkxvMa4ThGg5JnpHBg%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 8e17492988aa7
Could you advise on any further adjustments that might be necessary within the Cloudflare Zero Trust configuration to ensure the Arduino receives the full JSON response? Thank you.
17 replies