Hi I’m using the fanout 30 day free trial for my fastly compute service. I am trying to subscribe to a channel. Currently the logic I am using is
- Checking for the Grip-Sig header to make sure my backend is sitting behind fastly
- Setting “Grip-Hold” to “stream”
“Grip-Channel” to [sample_channel]
“Content-Type” to “text/event-stream” - writing the headers to fanout
However, my Grip-Sig header seem to be empty. I’m thinking that possibly the 30 day free trial prohibits the Grip-Sig header from having a value but I am not sure if that is the problem. Any other suggestions would be very much welcome. Thank you!!