Open arnoe opened 3 years ago
@arnoe I can't repro the issue, could you please show me a screenshot of your request?
I'm having a similar issue. The payload is sent, but the clientId
and clientSecret
variables are not substituted. Maybe this is the same issue.
POST https://{{host}}/oauth/token
Accept: application/json
Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials&client_id={{clientId}}&client_secret={{clientSecret}}
> {% client.global.set('accessToken', response.body.access_token); %}
Steps to Reproduce:
request.http:
terminal: