firebase / firebase/firebase-admin-java

oauth2.googleapis.com API request is not going through proxy

Open
#924 2 comments 0 reactions 0 assignees View on GitHub
api: core
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/
![image](https://github.com/firebase/firebase-admin-java/assets/11154501/5cc5aff7-26af-4f6e-a916-5660623436d7)

--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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.