Did you already manage to send a successful request via curl or via any other ways?



On Mon, May 13, 2019 at 12:25 PM Chantal Ragy <chantalragy1997@gmail.com> wrote:
Hi Christian,

i am trying to send Google a POST request and provide the server with requested parameters. However, it compiles with an error of either missing content length or of missing required parameter, although all the parameters are actually provided.


On May 13, 2019, at 12:21 PM, Christian GrĂ¼n <christian.gruen@gmail.com> wrote:

i am trying to send a post request to google token endpoint. However, I am not able to send a list of parameters in the POST request.
Does anyone have an idea how to do so?

What did you try so far?