Postman本身是一个API开发和测试工具,它不直接提供远程访问的功能。但是,如果你想要远程访问运行Postman的Debian服务器,你可以通过以下几种方法实现:
ssh
ssh -L 8080:localhost:80 user@remote_server_address
http://localhost:8080