Closed blurayne closed 6 years ago
We had a problem with the client_secret which could be traced down to
Microsoft\BingAds\Auth\HttpService:
- $query = $query . $key . '=' . $val; + $query = $query . $key . '=' . rawurlencode($val);
We worked around by simply generating a client_secret without "?%" characters. But this needs to be fixed.
@blurayne thanks for reporting this issue! Merged here.
We had a problem with the client_secret which could be traced down to
Microsoft\BingAds\Auth\HttpService:
We worked around by simply generating a client_secret without "?%" characters. But this needs to be fixed.