MrSteel
CDCloudflare Developers
•Created by Dewidos on 11/1/2024 in #pages-help
Configure /studio/index.html to handle requests to /studio/*
It seems to me the rules you have setup somehow run in an infinite loop. How about adding to the redirects a rule that excludes /studio/index.html. And no redirects file.
Just a thought 🙂
9 replies
CDCloudflare Developers
•Created by MrSteel on 10/28/2024 in #general-help
CF Beacon XSS & Caching
Managed to fix this with good CSP policies and noticed Firefox has some special features that make it funny. But I learned some stuff 😄
2 replies
CDCloudflare Developers
•Created by MrSteel on 10/27/2024 in #general-help
[Seeking Opinion] WAF Rule blocking php
Thanks! But I also have the pro plan. Small price to pay for the awesomeness of Cloudflare 😄
4 replies
CDCloudflare Developers
•Created by MrSteel on 10/26/2024 in #pages-help
Astro + Functions
After deeper reading I figured this out.
The key misunderstanding from my side was that the output_dir is not the place where functions should be, but rather functions need to be at the $PWD where the wrangler command is run.
Come to think of it, good simple design 😄
2 replies
CDCloudflare Developers
•Created by MrSteel on 6/27/2024 in #pages-help
GitLab Pages not working properly, getting 301 loops
Now I also understand better what was going on 🙂
14 replies
CDCloudflare Developers
•Created by MrSteel on 6/27/2024 in #pages-help
GitLab Pages not working properly, getting 301 loops
I will try the secure setup, this is anyways a learning project with no time pressure so I want to learn all the HTTPS fun. Thank you for the answer, I am really grateful!
14 replies
CDCloudflare Developers
•Created by MrSteel on 6/27/2024 in #pages-help
GitLab Pages not working properly, getting 301 loops
I do not have any special SSL/TLS certificates setup for the FastAPI endpoints, as I am just experimenting at this point.
14 replies
CDCloudflare Developers
•Created by MrSteel on 6/27/2024 in #pages-help
GitLab Pages not working properly, getting 301 loops
I now enabled the strict mode, which seems to work for one of the subdomains.
I have https://www.fast-order.ninja/, which now seems to work (but might not in a few minutes)
I also have https://fast-order.ninja/, which seems to also work, and previously failed.
Both of these were intended to point to the GitLab Pages, so this part is ok.
However, I also have 2 subdomains that actually point to my real server using A DNS records.
https://table.fast-order.ninja/
https://worker.fast-order.ninja/
Both of these now seem not to work, anymore, and previously worked. What these are is single IP, NGINX proxy routing based on subdomain to 2 different FastAPI REST services.
14 replies
CDCloudflare Developers
•Created by MrSteel on 6/27/2024 in #pages-help
GitLab Pages not working properly, getting 301 loops
I will put more elaborate here, I don't use Discord otherwise, and I don't know how to move the message in the correct place.
14 replies