Cloudflare blocking Stream API posts

J_Mol

New Member
Premium Member
Joined
Nov 24, 2024
Messages
2
Reaction score
1
Points
1
Hi all,
I have been using the stream API to forward hydrometer readings from an internal log to brewer's friend, but lately, my post requests are meeting Cloudflare challenge pages, and so not being passed along to my devices page.
Fairly certain my json, and post structure is valid, as it's been used for previous brews.
but for some reason the server expects browser-like behavior on the stream api (cookies, JS execution)
Surely this isn't intended behavior given this is supposed to be an endpoint for handling the automated logging of data.
Any advice to help my data make it to my brew session would be greatly appreciated.

Cheers,
J_Mol
 
Hi all,
I have been using the stream API to forward hydrometer readings from an internal log to brewer's friend, but lately, my post requests are meeting Cloudflare challenge pages, and so not being passed along to my devices page.
Fairly certain my json, and post structure is valid, as it's been used for previous brews.
but for some reason the server expects browser-like behavior on the stream api (cookies, JS execution)
Surely this isn't intended behavior given this is supposed to be an endpoint for handling the automated logging of data.
Any advice to help my data make it to my brew session would be greatly appreciated.

Cheers,
J_Mol

Thanks for letting us know of your issue. We're looking into it, and will have an answer as soon as possible.
 
Hi all,
I have been using the stream API to forward hydrometer readings from an internal log to brewer's friend, but lately, my post requests are meeting Cloudflare challenge pages, and so not being passed along to my devices page.
Fairly certain my json, and post structure is valid, as it's been used for previous brews.
but for some reason the server expects browser-like behavior on the stream api (cookies, JS execution)
Surely this isn't intended behavior given this is supposed to be an endpoint for handling the automated logging of data.
Any advice to help my data make it to my brew session would be greatly appreciated.

Cheers,
J_Mol

The issue was found, and should be fixed now. Please let me know if the issue continues, or if there is anything else I can help out with.
 
Thanks for jumping on this so quickly Yooper and crew,
Can confirm the posts are going through now,
Cheers,
J_Mol
 

Back
Top