JWS transport best practices

212 views Asked by At

I have a JWS, the payload contains just regular data. My question is there is a right way to send this JWS in a body in a post request ? I mean there is special headers or something else about JWS transport. My body is just:

{
  jws: "regular.jws.signature.here"
}
0

There are 0 answers