Questions tagged [cloudflare-apps]

Questions regarding developing on the Cloudflare Apps Platform

Questions regarding developing on the Cloudflare Apps Platform.

36 questions
0
votes
1 answer

extending Cloudflare hosted security to the not-cloudflare resources

Halo, i’m a dev recently diving into cloudflare security layers and got few questions on a website security which is deployed to cloudflare. I’m using Pages and my domain is directly hosted by cloudflare Registrar. I’m also using the security layers…
0
votes
1 answer

Cloudflare Worker Breaks Redirects On Site

I have a cloudflare worker that will insert custom CSS into the page if the country is not U.S/Canada. This works perfectly, however - it will break all redirects when the CSS is inserted. Attached below is the worker…
0
votes
0 answers

Cloudflare cookie is being reused by all sub domains

We serve a.example.com and b.example.com through cloudflare. Both use different Cloudflare access applications, Idp and different access policies to serve content through authorization. when we go to a.example.com then we are taken to cloudflare…
Venkata Dorisala
  • 4,783
  • 7
  • 49
  • 90
0
votes
1 answer

Cloudflare serving different pages to different ip lists under same domain

Here's what I'm trying to do I want a maintenance page up on mysite.com, but I want to still serve my app to our internal organization The way I'm able to achieve serving mysite.com to my organization is through zone lock down, but I am unsure how…
edmamerto
  • 7,605
  • 11
  • 42
  • 66
0
votes
0 answers

How to bypass Error 1020 Access Denied in PHP?

I want to access JSON Code available at following URL: https://feurl.com/api/source/65xdjs0eg84nlpr JSON Code is: { "data": [ { "type": "mp4", "file":…
0
votes
1 answer

How can I update dropdown in CloudFlare App, based on js object?

I have a form-builder application, and now I want to create app in CloudFlare, where user can select needed form in dropdown, and "inject" in own website So, I need to make ajax-request to my API server, it's not a problem. But next, when I will…
0
votes
1 answer

Switch DNS IP on Cloudflare on server unresponsive

I have two servers, server 1 and server 2, they are mirror images. Different IPs on cloudflare what settings do I use in this scenario. Server 1 crashes - Cloudflare switches the DNS IP to Server 2 IP until the Server 1 is back online and it…
palofyours
  • 13
  • 2
0
votes
1 answer

how to Replace a text with an element in site - Cloudflare app

The task of this app is to identify a URL ( refferer link) and to replace the telephone number or an image inside the site with another phone number or image . For example, if a person enters our site from site A , replace the phone number that is…
amirdehghan
  • 1,601
  • 2
  • 7
  • 4
0
votes
1 answer

Custom rule set for cloudflare to block attacking IPs for specific rules

Its been more then a month that my websites are under L7 attack. with help of custom rule sets in cloudflare i'm succeeded to mitigate 55% attack. I want to setup a rule to block IP (instead of action). is that possible? PS. I dont have this…
Tech Kid
  • 577
  • 2
  • 7
  • 19
0
votes
1 answer

App Worker and Custom Worker are Conflicting

My Cloudflare App worker seems to be conflicting with a users custom worker. Basically when they have their worker installed, and install my app their site does not respond at all. I'm not exactly sure what could be causing it. My worker isn't…
0
votes
0 answers

App Workers Causing Cache to Always Report CF-Cache-Status: HIT

I have a Cloudflare App which uses workers: https://www.cloudflare.com/apps/logflare When that is install on my test site every request reports CF-Cache-Status: HIT in the headers. However the logs send from the worker seem to report things as they…
0
votes
1 answer

How to show slider current value with Cloudflare Apps UI?

My question is related to the development of a [Cloudflare app][1]. The options allow defining a slider with min and max values. However, when displayed, the slider does not show what the current value is. That's really annoying, especially if the…
Laurent
  • 14,122
  • 13
  • 57
  • 89
0
votes
1 answer

Is it possible to change products in Cloudflare App using hooks?

I would like to update prices defined in products based on the options provided in the installation form (e.g. promo codes). I tried to update schema.options.*.productDefinitions using "option-change" hook but it doesn't work.
Kamil Zając
  • 253
  • 1
  • 3
  • 7
0
votes
1 answer

While previewing the Cloudflare app previously stored cookies are coming into play

Scenario: Let's say I'm setting a cookie (name=John Doe;path=/). After some time I'm again setting a cookie (name=Jonny;path=/). Now, If I get the cookie name I'm receiving "John Doe". May I know Why I'm not receiving the latest value? Please help…
Aravind
  • 121
  • 1
  • 8
0
votes
1 answer

what does data-cfapps-unplaceable mean?

With some websites the design of the application is corrupted and the behavior is unexpected. I noticed that when the happens all the tags are marked with data-cfapps-unplaceable. BTW, I am appending directly to the body tag so the user does not…