You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Love your library, using it all over the place. I had a quick Q though:
I use Charles as a local request inspector, which I end up routing in your library using .proxy('http://localhost:8888').strictSSL(false) , but I was wondering if there is a way to set this globally, and perhaps conditionally based off the environment variable? I'm finding I'm using it on a lot of my requests, and am needing to go and clean them all out when I push my code back up to production.
Lemme know :) Thank again for such a great library!
The text was updated successfully, but these errors were encountered:
I started implementing this functionality for a few options, not all of them. I'll have to test it further to ensure nothing breaks, but I'll ping you when it's done. 👍
Hi! Love your library, using it all over the place. I had a quick Q though:
I use Charles as a local request inspector, which I end up routing in your library using
.proxy('http://localhost:8888').strictSSL(false)
, but I was wondering if there is a way to set this globally, and perhaps conditionally based off the environment variable? I'm finding I'm using it on a lot of my requests, and am needing to go and clean them all out when I push my code back up to production.Lemme know :) Thank again for such a great library!
The text was updated successfully, but these errors were encountered: