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
Serializing a message requires a proto file descriptor (*.proto file).
Without this proto, we don't know how fields should be serialized.
What if I have a proto file descriptor?
Load it from a Protobuf tab by right-clicking. Messages will be
automatically decoded from then on. If you wish to manually
deserialize a message as different type, this option is available to you
via a right-click context menu once a proto is loaded.
By loading a .proto, you can edit and tamper protobuf messages.
The extension will automatically serialize messages back before
they're sent along.
Can I deserialize protobufs passed as URL or form parameters?
Yes, you can. In the 'Protobuf Editor' tab, add a parameter to
the table. You can specify additional pre and post processing
rules, to handle base64 encoding or zlib compression. Don't forget
to check the enabled box for each rule once you're done.
Note, the editor tab window may not immediately pick up the changes.
You can work around this issue by cycling through requests (anything
that'd trigger the editor tab to reload itself)