semaja2
semaja2
CDCloudflare Developers
Created by semaja2 on 7/10/2024 in #pages-help
Cf-Access-Authenticated-User-Email header missing in Pages
So looks like Pages once again is just too different from Workers, and I may have to rebuild my Pages project into Workers for this to work 😦 I tested by adding a worker and route to sit infront of the pages site, and can now see the duplicated header "Company-User-Id" but interesting enough the Cf-Access-Authenticated-User-Email header is gone, even though the worker had just duplicated it... https://developers.cloudflare.com/cloudflare-one/tutorials/access-workers/
3 replies
CDCloudflare Developers
Created by semaja2 on 7/10/2024 in #pages-help
Cf-Access-Authenticated-User-Email header missing in Pages
Anyone got experience using Access with Workers/Pages?
3 replies
CDCloudflare Developers
Created by semaja2 on 3/28/2024 in #general-help
Zero Trust Gateway - Custom Errors
Be nice to even adjust the timeout like we do with the inbound traffic, luckily we are enterprise so have access to that API
7 replies
CDCloudflare Developers
Created by semaja2 on 3/28/2024 in #general-help
Zero Trust Gateway - Custom Errors
Not sure if I follow the idea of the backup server?
7 replies
CDCloudflare Developers
Created by semaja2 on 3/28/2024 in #general-help
Zero Trust Gateway - Custom Errors
Dang 😦 I'll send it through my account manager then, hopefully can get added to the wish list
7 replies
CDCloudflare Developers
Created by kelbs on 3/10/2024 in #general-help
block malicious probing requests
Do you have a paid plan? the .git one is usually blocked by default with the WAF managed rules turned on
7 replies
CDCloudflare Developers
Created by Tayfur on 3/3/2024 in #general-help
bulk delete all dns records
This has been a pain in my butt when I transferred 200 odd websites, it really needs a bulk select option
7 replies
CDCloudflare Developers
Created by Akama Aka on 2/4/2024 in #general-help
Difference between Tunneling Cloudflared and Warp
Tunnels can be used to make a website public (eg. publish website.domain.com which points to http://192.168.0.100 on a tunnel) Zero Trust Access can be used to control access to website.domain.com, this could be via WARP client, or other access policies Tunnels can also be used to route private networks into your WARP network (eg. point 192.168.0.0/24 out a tunnel) Zero Trust Gateway can then be used to implement "firewall" like controls, restricting who on your WARP network can access what resources
2 replies
CDCloudflare Developers
Created by nathaniel on 1/29/2024 in #general-help
Change email address
Side note.... dont use your university email for anything, always own the email address you use (eg. for future life, dont use your work email for things outside of work.... see that one too often with ex employees and facebook lol)
17 replies
CDCloudflare Developers
Created by nathaniel on 1/29/2024 in #general-help
Change email address
@Nathaniel as indicated if your getting that "Log in with SSO" button at the cloudflare login after entering your email address, technically the university has breached the requirements This would be grounds to raise a support ticket with CF directly, but I would as suggested earlier, just reach out to the university IT team and see if they can assist first
17 replies
CDCloudflare Developers
Created by Dusan on 1/27/2024 in #general-help
My api is not responding because of cloudflare
It would be best to simply install cloudflared on to the VPS or nearby system (eg. docker/router) and then just do http from the tunnel, or do https with tls verification turned off If you do http only between cloudflared and your API service, make sure to remove any http>https redirect logic, CF will handle the redirects on its side. Alternatively you can also obtain "origin" certificates for free from CF, these will be trusted and enable full SSL communication between CF<>Origin Server (your API server) and then CF will load its obtained certificate to do SSL to your users. cloudflared is the best way to secure your origin as well as your server will not be exposed to the public internet (eg. no need to portforward port 80/443 etc)
13 replies
CDCloudflare Developers
Created by nathaniel on 1/29/2024 in #general-help
Change email address
Assuming the above is what @Nathaniel was talking about, its interesting since the domain wouldnt be allowed based on the SSO Domain Requirements from the above articel >Every user with that email domain must be an employee in your organization. For example, university domains such as @harvard.edu are not allowed because they include student emails.
17 replies
CDCloudflare Developers
Created by nathaniel on 1/29/2024 in #general-help
Change email address
No description
17 replies
CDCloudflare Developers
Created by Barath SR on 1/29/2024 in #general-help
Page Redirection Issue
Have you tried creating a Redirect Rule with a dynamic type and the following concat("https://domain.com", http.request.uri.path) Essentially will take the requests uri path (`/path1/path2') and append to https://domain.com etc
4 replies