Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7663983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:11:15+00:00 2026-05-31T14:11:15+00:00

I am trying to intercept a http request to a website. I used the

  • 0

I am trying to intercept a http request to a website. I used the fiddler application, and found the response from the site and saved the entire response body as a file (txt). And the fiddler application allows me to select that file as an auto response. Doing this works great.

How ever when I try to use fiddlercore it does not seem to work, and I am not sure why. I have tried placing message boxes in the events so I know when they fire, and they do fire. How ever I can not seem to load the same response file as I did with the main application. here is my code. Everything runs without exceptions…just I am still getting the response from the server not from the file. I am sure I am only a line or two off.

        FiddlerApplication.BeforeRequest += delegate(Session session)
        {
            if (session.uriContains(@"http://www.website.com/request.php"))
            {
                session.bBufferResponse = true;
            }
        };

        FiddlerApplication.BeforeResponse += delegate(Session session)
        {
                session.utilDecodeResponse();
                session.LoadResponseFromFile("website.txt");
        };

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T14:11:16+00:00Added an answer on May 31, 2026 at 2:11 pm

    Turns out my problem is that I was not starting it properly, it was just not using the API right.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to honor a feature request from our customers, I'd like that my application,
I am trying to develop a C# application that will intercept an outgoing Http
I'm trying to intercept WindowsAuthenticationModule to login into application as another user, but I
I am trying to intercept form submits from webpages I dont control. My current
What I'm trying to achieve: Intercept requests for .asp files using an asp.net application
I am trying to make HTTP Requests from Delphi using the WinInet functions. So
I am trying to create a class to send multiple http request simultaneously on
I am working on an Android application which does http request and download contents
Under Python 3.1, when trying to run this code: from urllib import request def
Following is our environment setup: IIS 7 receives Http (.jsp) request from client (browser).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.