sorewwa
12/30/2023, 4:30 PMmrvwman
12/30/2023, 10:53 PMachllys
12/30/2023, 11:11 PMthexdegen
12/31/2023, 3:36 AMsml
12/31/2023, 5:48 AMcloutfroggo
12/31/2023, 10:02 AMAccept-Encoding
header received on the server only has gzip listed even though I am sending the request with postman with Accept-Encoding: gzip, deflate, br
. Even when setting Accept-Encoding: deflate
the origin only receives gzip in the header. How can I make sure I am getting the same Accept-Encoding
header at my server that is being sent from the user? I just want cloudflare to act as a proxy to protect my server, I don't want any fancy compression stuff._gabepaki
12/31/2023, 10:47 AMparalink_paul
12/31/2023, 8:28 PMoxume
12/31/2023, 11:55 PMhtml
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap&text=/ˌkɒljəˈmɛ" rel="stylesheet">
When Cloudflare Fonts transforms this, it fetches the latin and latin-ext characters, but misses the other characters, resulting in broken text. This also results in fetching 41+96 kB of fonts instead of the 2.6 kB I need. As this results in broken text, this seems like a case where it should fallback and avoid rewriting the request, at least until the full Google Fonts css2 API is supported.salmanfarshi_42458
01/01/2024, 9:18 AMj3llybeans
01/01/2024, 11:00 AMwww.domain.app
would also redirect to domain.app
so i tried (as seen on the screenshot) but it didn't work
what'd i do wrong? (it's my first time dealing with domains so i'm pretty unfamiliar with these stuff)
btw, the CNAME record here is the record automatically set by CF after i linked the domain name to my pages projectw3bcode
01/01/2024, 4:03 PMThe domain transfer process depends on your DNS settings. If Cloudflare is your authoritative DNS provider (that is, your domain nameservers point to Cloudflare), you must:
Create a new Cloudflare account or log in to an existing Cloudflare account.
1. Add the domain to the account (as if you were adding it for the first time).
2. Log in to your domain registrar account and update the nameservers to the provided Cloudflare nameservers.
3. Finalize the nameserver update by selecting your domain in the dashboard > Overview > Re-check now.
But I am having issues in updating nameservers in another cloudflare account as there is no option to update the nameserver. So what shall I do ?biddinwar
01/01/2024, 4:24 PMniipanda3
01/01/2024, 5:50 PMnot.ansh
01/01/2024, 7:04 PMsudo systemctl start cloudflared
. Here is the logs for when I try starting up the service. I haven't had much luck online either.
Jan 01 12:55:38 user-server cloudflared[19994]: 2024-01-01T18:55:38Z DBG edge discovery: returning same edge address back to pool connIndex=0 event=0 ip=<IP>
Jan 01 12:55:38 user-server cloudflared[19994]: 2024-01-01T18:55:38Z DBG Connecting via http2 connIndex=0 event=0 ip=<IP>
Jan 01 12:55:38 user-server cloudflared[19994]: 2024-01-01T18:55:38Z DBG rpc rx error: context canceled
Jan 01 12:55:38 user-server cloudflared[19994]: 2024-01-01T18:55:38Z ERR failed to serve incoming request error="Unauthorized: Failed to get tunnel"
Jan 01 12:55:38 user-server cloudflared[19994]: 2024-01-01T18:55:38Z ERR Register tunnel error from server side error="Unauthorized: Failed to get tunnel" connIndex=0 event=0 ip=<IP>
achllys
01/02/2024, 4:23 AMsubscriptions_
01/02/2024, 9:11 AM.billxue
01/02/2024, 2:47 PMjson
{"data":{"viewer":{"accounts":[{"requests":[{"count":2,"dimensions":{"gateway":"mygateway","model":"gpt-3.5-turbo-0613","provider":"openai","ts":"2024-01-02T01:05:00Z"}}]}]}},"errors":null}
How to retrieve more detailed logs using GraphQL? Where to find the schema for GraphQL?dvidpi
01/02/2024, 2:57 PMzegevlier
01/02/2024, 10:52 PM_sakura.sx
01/03/2024, 12:02 AMCyb3r-Jok3
01/03/2024, 2:21 AMFlop
01/03/2024, 11:07 AMcloutfroggo
01/03/2024, 6:07 AMcontent-encoding: gzip
and content-type: application/octet-stream
headers. When I request from this server the response I get back is not gzipped even though the accept-encoding
header allows gzip. However if I set the content-type
header to something like application/wasm
then the response stays as gzip and is not decompressed. How can I keep a content type of application/octet-stream
while also not having my responses being decompressed?_sakura.sx
01/03/2024, 12:13 PMAvi
01/03/2024, 1:37 PMkingkong9112
01/03/2024, 4:54 PMMuziky
01/03/2024, 6:48 PMg000m
01/03/2024, 7:07 PMthisisb
01/03/2024, 7:26 PM