Nathaniel
Results
2
issues of
Nathaniel
We have `config.force_ssl = true` across all envs and while migrating to request specs everything was getting HTTP 301/307s. I finally realised the specs were making HTTP requests, not HTTPS...
Same code as https://github.com/fastly/fastly-rails/issues/61. Running fastly-rails#0.7.1 using httplog to watch requests. I don't see any `Fastly-Soft-Purge:1` header being sent with the request as the [docs indicate](https://docs.fastly.com/api/purge#soft_purge). It looks like `fastly-rails/client.rb`...