Proxy setting not being respected for authorization code flow

Hello,

Looking to have the below fixed:

Env: NodeJS

Authorization Code flow missing proxy settings:

https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/build/src/purecloud-platform-client-v2/ApiClient.js#L424

https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/build/src/purecloud-platform-client-v2/ApiClient.js#L454

loginClientCredentialsGrant has the right proxy settings:
https://github.com/MyPureCloud/platform-client-sdk-javascript/blob/master/build/src/purecloud-platform-client-v2/ApiClient.js#L282-L284

documentation states proxy is supported:
https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudjavascript/#using-a-proxy--node-js-only-

while the code to allow proxy is missing on the Authorization Code methods.

Hi Joseph,

That looks to have been an oversight. I'll try to have a fix for this out in the next release.

1 Like

would the next release be on the weekly Wednesday 5/18 window or another date. can you please advise? thx Ron

Version 137.0.0 has been released today and contains the fix.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.