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

  • SEARCH
  • Home
  • 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 8054571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:10:47+00:00 2026-06-05T08:10:47+00:00

In fiddler we can put breakpoints by follwoing commands:- [bpv or bpm] Create a

  • 0

In fiddler we can put breakpoints by follwoing commands:-

[bpv or bpm] Create a request breakpoint for the specified HTTP method. Setting this command will clear any previous value for the command; calling it with no parameter will disable the breakpoint. bpv POST
bpv <– Call with no parameter to clear

[bpu] Create a request breakpoint for URIs containing the specified string. Setting this command will clear any previous value for the command; calling it with no parameter will disable the breakpoint. bpu /myservice.asmx
bpu

I want to break on the request if

a) If request is made for http://url_1/dummy1.svc

b) If request is made for http://url_2/dummy2.svc/DoWork (called from yui ajax request)

Both the url are making POST request. So I tried with bpv POST command, but it breaks only for ‘a’ scenario.

I gave bpu http://url_2/dummy2.svc/DoWork and bpv POST command. But It seems bpv work but not bpu. If I give bpv POST and bpu http://url_2/dummy2.svc/DoWork then bpu works but not bpv.

Let me know the way how I can use both bpu and bpv at same time?

How can I use fiddler to capture both urls request?

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-06-05T08:10:47+00:00Added an answer on June 5, 2026 at 8:10 am

    Click the AutoResponder tab.

    Add two new entries with the Rules and ActionText as follows:

    http://url_1/dummy1.svc           *bpu
    http://url_2/dummy2.svc/DoWork    *bpu
    

    Alternatively, click Rules > Customize Rules. Scroll to OnBeforeRequest and add

    if (oSession.HTTPMethodIs("POST"))
    {
        // Careful, URLs are Case-Sensitive...
        if ((oSession.fullUrl == "http://url_1/dummy1.svc") ||
            (oSession.fullUrl == "http://url_1/dummy2.svc/DoWork"))
        {
            oSession["X-BreakRequest"] = "script";  
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Fiddler, I can pass in a request and get a response 500. Fine
Like in fiddler you can watch the logs between client and server. Like fiddler;
Can node.js be setup to recognize a proxy (like Fiddler for example) and route
How can I make this fiddle work: http://jsfiddle.net/gAHwW/ function $escape(string) { return string.replace(/\\(\[|\]\\)/g,'\\\\$1'); }
Referencing this Fiddle ( http://jsfiddle.net/j5uGN ), how can I toggle a clicked image's border
With the help of fiddler, I did this replay attack with the following HTTP
I use fiddler to call the method which is post. Here is my path:
I use Fiddler to call my method. Here are the parameters: {timestamp:, json: {
I'm trying to force my Java applet's HTTP network traffic through Fiddler , and
As you can see in the following Fiddle: http://jsfiddle.net/EvWc4/3/ , I'm currently searching a

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.