According to OpenID for Verifiable Presentations 1.0, the Authorization Request can contain a request_uri_method parameter with the value post that signals to the Wallet that it can make an HTTP POST request to the Verifier's request_uri endpoint. However the wallet only uses the GET method regardless of the request_uri_method parameter. Is there a way to make the wallet use POST method somehow? I am trying to get the wallet's metadata witch it is suppose to send only when using POST method.
According to OpenID for Verifiable Presentations 1.0, the Authorization Request can contain a request_uri_method parameter with the value post that signals to the Wallet that it can make an HTTP POST request to the Verifier's request_uri endpoint. However the wallet only uses the GET method regardless of the request_uri_method parameter. Is there a way to make the wallet use POST method somehow? I am trying to get the wallet's metadata witch it is suppose to send only when using POST method.