David Lanier
David Lanier
I would vote for adding Saved Requests first. The main way I would see this differing from history is that some things may need placeholders instead of real data. History...
Love the idea of omnibox integration. (never knew that was called an "omnibox") That would provide a smooth transition in my existing workflow, which does start with simple GET requests,...
Here's what we are using, and it seems to be working well. In `.docksal/docksal-local.env`: ``` NGROK_HEADER="mysite.docksal" ``` In `docroot/sites/development.services.yml`: ``` parameters: session.storage.options: cookie_domain: 'mysite.docksal' ``` We used these two files...