Hi,

  I try to use call credentials to verify the request sanity:

  In the client, 
         serialize the request to string,
         sign the string,
         and send the signature as metadata.
 
  In the server, 
        serialize the request to string,
        sign the string,
        sign the request,
        and compare the signature to the one in metadata.

  It works perfect until I met a message with a map. Protobuf 
 serialization doesn't guarantee the order of map items. 

  How could I get original serialization string of the request in the 
server side using python API?

Thanks,
Haiwei

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/3de9f4b1-2f0e-41a9-b661-898a953c0337%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to