microsoftgraph / microsoftgraph/microsoft-graph-explorer-v4
Localhost / Dev Proxy support
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 260
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
When using Microsoft Graph Explorer, there is currently no way to configure Dev Proxy. Developers cannot define a local target (for example, localhost or 127.0.0.1) in addition to the Graph endpoint, which significantly limits local testing and debugging of Graph requests.
Describe the solution you'd like
Allow Microsoft Graph Explorer to use localhost or 127.0.0.1 as a request target so API calls can be routed through the Dev Proxy.
Describe alternatives you've considered
None in GE. Shellcode or other tools.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No implementation files or tests are named. Start by locating Graph Explorer’s request-target configuration and request dispatch path, then trace how a local target is validated and used with the Microsoft Graph endpoint. Done means requests can target localhost or 127.0.0.1 through Dev Proxy without breaking normal Graph requests, with coverage for the supported local targets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100