Flow : Get result from HTTP query

Copper Contributor

Hello all,

 

I need to get an authorization code by use the next http command:

https://login.microsoftonline.com/[tenant_id]/oauth2/authorize?.......scope=mail.readwrite

 

When I execute it in my web browser, it return me an http adress like this:

https://myapp/localhost?code=[code]

I need to get the [code]

 

So, I want to execute it with the HTTP connector in Flow but it return only the html code.

Can we get the [code] of the return adress ?

 

Thanks in advance for your support.

0 Replies