mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1127] GRPC support #1123
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ColtonIdle on GitHub (Jan 27, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1127
Hello, in the bug reports here it looks like protobufs are supported but grpc is not. Is that still the case?
My use case is that I use firestore and I want to inspect the network traffic: here is the proto file for firestore https://github.com/googleapis/googleapis/blob/master/google/firestore/v1/firestore.proto
@NghiaTranUIT commented on GitHub (Jan 27, 2022):
You're right, Proxyman doesn't support GRPC out of the box since gRPC requires a MitM gRPC server in order to intercept it. It's more complicated than HTTP/HTTPS Mitm Proxy.
We had a discussion before regarding the Firebase GA (https://github.com/ProxymanApp/Proxyman/issues/449#issuecomment-978798839)
Here is a work around solution: https://github.com/ProxymanApp/atlantis#2-my-app-use-grpc
@ColtonIdle commented on GitHub (Jan 27, 2022):
Thanks. I guess I was curious if I missed something new. I write android apps so atlantis doesnt help me too much. Closing for now 😭 . thanks for the reply