-
**Is your feature request related to a problem? Please describe.**
I use the postwoman-proxy to create a private proxy server, and I want to use the server url become the default configutarion. There…
-
联合周报第 152 期开始投稿 :tada:
-
**Describe the bug**
Toggling options will reset the UI to English.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://postwoman.io/'
1. Click on 'Choose Language' on lower rig…
-
**Describe the bug**
When trying to save to collection, after deleting all the existing collection throws
> this.$store.state.postwoman.collections[this.$data.requestData.collectionIndex] is unde…
-
**Describe the bug**
When pressing `CMD + L`, I expect to select the address bar. Instead, clearing is done and default browser behaviour is ignored. Doesn't seem to be an issue with Safari.
**To …
-
**Is your feature request related to a problem? Please describe.**
Some APIs use custom request methods. For example the API of vault uses `LIST` do deliver secrets:
https://www.vaultproject.io/api/…
-
**Describe the bug**
Cannot use proxy
**To Reproduce**
Steps to reproduce the behavior:
Activate default proxy, launch request.
**Expected behavior**
Request should work.
**Result**
`Bl…
-
**Is your feature request related to a problem? Please describe.**
When I deploy on an internal server,I noticed that the postwoman request ```css``` and ```icon``` from ```fonts.googleapis.com```, b…
-
-
I have tried to apply the cors to a single route using this:
$routeMiddleware = [
'cors' => \Spatie\Cors\Cors::class
]
And in my web.php:
Route::get('/test', function() …