schlotzsky76
schlotzsky76
CDCloudflare Developers
Created by schlotzsky76 on 8/3/2023 in #general-help
Can I modify the Method Request header when sent to origin?
11 replies
CDCloudflare Developers
Created by schlotzsky76 on 7/6/2023 in #general-help
Create request header to origin based on incoming request header
I have a requirement where I want to check for an incoming request header from a browser and if it is set with a specific value, I would like to create another origin request header. How do I do this? I dont want to expose the origin request header - so thinking of the above method, but if there is any other way to solve this, I could try that too.
6 replies
CDCloudflare Developers
Created by schlotzsky76 on 5/8/2023 in #general-help
set rules to rewrite and redirect requests through cloudflare to a public access S3 bucket
I have a public access S3 bucket, with a folder structure. I have a URL pattern (say https://<domain>/Sitemap.xml, i want this URL pattern (/Sitemap.xml) to be sent to the S3 bucket, but rewritten to a folder (/Pilot), so the rewritten URL will be <s3-origin>/Pilot/Sitemap.xml
10 replies