rb
rb
Shouldn't you be able to just add a header? Such as: `frisby.get(url + 'user/search/{query}', { headers: { "Authorization": 'My auth here' }}) .expect('status', 200) .expect('jsonTypes', 'data.?', scheme) .expect('header', 'content-type', 'application/json')`
Thanks for the help, curling to the container behind the proxy results in this being sent to the logs ``` * Rebuilt URL to: https://justsunnies.docker/ * Trying 192.168.99.100... * Connected...
I followed the advice given by @codekitchen and rebuilt my container without using the publish parameter and instead exporting the `VIRTUAL_PORT` environment variable and can confirm that my issue has...