Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

bug: Request intercepted but not showing up when initiated from Requestly

Aperta
#39 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

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

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

migration:misfiled-interceptor
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.

Image

If I do curl localhost:3000/httpbin, I can see it works.

Image Image

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.

Image Image

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
  1. Set up proxy.
  2. Run npm start
  3. Make request via curl or browser - works
  4. 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

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di requestly/interceptor

Tutte le issue di requestly/interceptor

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.