bug: Request intercepted but not showing up when initiated from Requestly
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 35/100
- Tipo di issue
- Bug
- Chiarezza
- Da chiarire
- Stato di attività
- Ferma
- Stack tecnologico
- express, javascript, typescript
- Ambito
- desktop, devtools, networking
Direzione di ricerca
Start by reproducing the difference in the Requestly Desktop App using the listed proxy, curl/browser requests, and the Requestly-initiated request. Compare why the intercepted 500 response appears but the request is absent from the list; done means the Requestly request is recorded while the existing interception rule still works.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Describe your issue?
I have a simple Express app on localhost:3000/httpbin that hits httpbin.org
// Third-party API call to httpbin
app.get('/httpbin', async (req, res) => {
try {
const response = await axios.get('https://httpbin.org/get');
res.json(response.data);
} catch (error) {
res.status(500).json({ error: 'Failed to fetch from httpbin', details: error.message });
}
});
I'm trying to intercept this call and replace it with a 500 response. I have set up the proxy in my terminal where the app is running. I have the rule set up.
If I do curl localhost:3000/httpbin, I can see it works.
However, if I hit the same endpoint through Requestly, the rule still works (because I can see 500 error), but it doesn't show up in the list.
I'm extremely confused. Both are making requests to localhost:3000/httpbin, so why is one showing up and not the other? I can also open localhost:3000/httpbin on my browser and it also records the URL.
Repro steps
- Set up proxy.
- Run npm start
- Make request via curl or browser - works
- Make request via Requestly - does not work.
What Requestly tool were you using?
- Extension
- Desktop-App
- Android SDK
- Selenium
Your Environment
Windows 11
Requestly Version
25.8.29
Error screenshot
No response
- Lingua principale
- TypeScript
- Stelle
- 87
- Fork
- 23
- Merge medio
- 14h
- PR unite (30g)
- 3
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di requestly/interceptor
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 76/100
requestly/interceptor#121 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
requestly/interceptor#26 · 1 commento ·
-
migration:misfiled-interceptor
Difficoltà 5/5 Più di una settimana Idoneità per principianti 38/100
requestly/interceptor#27 · 2 commenti ·
-
migration:misfiled-interceptor
Difficoltà 3/5 1-2 giorni Idoneità per principianti 45/100
requestly/interceptor#28 · 1 commento ·
-
migration:misfiled-interceptor type:bug
requestly/interceptor#29 · 2 commenti · 1 assegnatario ·
Tutte le issue di requestly/interceptor
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
bcgov/bc-wallet-mobile#4761 · 1 commento ·
-
external-issue to-triage
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
-
area-deployment area-integrations triage:bot-seen
Difficoltà 2/5 Mezza giornata Idoneità per principianti 86/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100
-
refactor
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100