firebase / firebase/firebase-admin-java
oauth2.googleapis.com API request is not going through proxy
- Dominant language
- Java
- Stars
- 620
- Forks
- 305
- Avg merge
- 3h 23m
- Merged PRs (30d)
- 1
Description
We are using FireBaseSDK(firebase-admin-9.2.0) to push notifications, while testing we noted below.
-- Request going through proxy
POST https://fcm.googleapis.com/v1/projects/

--Request not going through proxy
POST https://oauth2.googleapis.com/token
Kindly let us know why oauth2 request is not going through proxy.
Contributor guide
Research direction
Start by reproducing the proxy behavior with Firebase Admin Java SDK 9.2.0, comparing the FCM request with the POST request to oauth2.googleapis.com/token. Trace the SDK's proxy or HTTP transport configuration and document the cause; done means the OAuth token request follows the configured proxy or the limitation is clearly explained.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authentication, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100