-
steps:
1. Clone repo
2. `sudo docker build -t proxyscotch`
3. `sudo docker run -it proxyscotch`
the build runs fine but I get this error at run:
`sh: /etc/postwoman-proxy/out/linux-server/pos…
-
We've always recommended Postman as an API explorer tool, but https://postwoman.io/ is a really cool alternative.
It's open source (Postman took ~$50m in Series B~ [$150m Series C](https://blog.pos…
-
**Describe the bug**
Sent a basic GET request to https://www.google.com/ , got response Error: Network Error (F12 for details)
Console log:
```
Cross-Origin Request Blocked: The Same Origin Poli…
-
Postman(邮差)你肯定听说过,那 Postwoman(女邮差) 呢?不满足于 Postman 的收费,又受不了 cURL 等工具的繁琐用法,Liyas Thomas 决定用 node + Vue 自己造一个轮子,这便是 Postwoman 的由来。Postwoman 是一款开源的请求构造器,支持调试 Restful 接口,WebSocket、GraphQL 等也不在话下,用法与 Postma…
-
**Describe the bug**
After `docker-compose up` , can't access the postwoman web with browser
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
`docker-compose up`
```
......
…
-
Since it was changed from PostWoman to Hoppscotch will change the name of this project?
-
This is my dart code
```dart
Future connectAndListen() async {
var socket = await IO.io(
//token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoiNWY4MjY5Njk0ODJkZTFjYzIzYmQ3ODNk…
-
When working with PostWoman, I get CORS errors when trying to sign-up/in/out. But this is not the case for the GraphQL one. It'd be nice if we researched what is happening there
-
**Describe the bug**
When you fill in an environment variable in the URL ("/products") the URL input field shows a red border as if something is wrong.
**To Reproduce**
Steps to reproduce the beh…
-
要想测试本地开发的接口怎么设置呢,只能用 `https://httpbin.org/get` 这个网址吗