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
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

