I'm using ABP vNext v3.3, and had no problem to call the Api when passing Bearer access_code in request Header.
However, I want to put the the access_code within URL directly as a link, then user can perform the same action by just clicking the link. Does anybody know whether it's possible and how to pass the query string? I tried:
https://endpoint?access_code=[my access code]
https://endpoint?Authorization=Bearer+[my access code]
Unfortunately there's no joy. Thanks