FreshRob
Results
2
issues of
FreshRob
When setting a custom host on the request by doing the following ` session.HttpClient.Request.Host = "www.example.com"; ` or via ` session.HttpClient.Request.Headers.AddHeader("Host", "www.example.com"); ` It is being overridden by the request...
I am using the same slug regex as Compose and I am able to use it in the contentful UI however the migration is rejecting it. ``` ^((\/)|(([\/\w\-\._~:!$&'\(\)*+,;@]|(%\d+))+))$ ``` ##...