Skip to content

captureContent parameter in NewHar() method to capture body content of HTTP requests.#14

Open
masoudk1990 wants to merge 2 commits intoAutomatedTester:masterfrom
masoudk1990:master
Open

captureContent parameter in NewHar() method to capture body content of HTTP requests.#14
masoudk1990 wants to merge 2 commits intoAutomatedTester:masterfrom
masoudk1990:master

Conversation

@masoudk1990
Copy link

@masoudk1990 masoudk1990 commented Jan 18, 2021

  • Added an optional parameter in NewHar() method to capture body content of HTTP requests.
/// <summary>
/// 
/// </summary>
/// <param name="reference"></param>
/// <param name="captureContent">Whether to capture body content of requests or not</param>
public void NewHar(string reference = null, bool captureContent = false)
{
    MakeRequest(String.Format("{0}/{1}/har" + (captureContent ? "?captureContent=true" : ""), _baseUrlProxy, _port), "PUT", reference);
}
  • When starting the server, if it fails it displays a proper detailed error message.
throw new Exception($"Can not connect to BrowserMob Proxy - {_errorMessage}");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant