All Projects → telerik → fiddler-core-demos

telerik / fiddler-core-demos

Licence: MIT license
Sample applications demonstrating usages of Progress® Telerik® FiddlerCore Embedded Engine.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to fiddler-core-demos

prompt-password-strength
Custom mask function for prompt-password that adds a 'strength progress meter' that changes color as the password strength increases. Uses zxcvbn, the popular password strength estimation tool brought to you by dropbox.
Stars: ✭ 18 (-71.87%)
Mutual labels:  progress
RemainingCountIndicator
Remaining count indicator like a tweet screen of twitter.
Stars: ✭ 17 (-73.44%)
Mutual labels:  progress
helloworld
Hello world and other commented GameBoy assembly examples for beginners.
Stars: ✭ 31 (-51.56%)
Mutual labels:  examples
CoolProgressViews
Android library with collection of cool progress views.
Stars: ✭ 83 (+29.69%)
Mutual labels:  progress
examples
Example code. You probably don't want to use any of this.
Stars: ✭ 33 (-48.44%)
Mutual labels:  examples
progressbar
A very simple progress bar for C++ loops
Stars: ✭ 115 (+79.69%)
Mutual labels:  progress
React Sweet Progress
A way to quickly add a progress bar to react app 🌈
Stars: ✭ 239 (+273.44%)
Mutual labels:  progress
MaterialCircularProgress
Material like circular progress animation sample for iOS.
Stars: ✭ 27 (-57.81%)
Mutual labels:  progress
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (+81.25%)
Mutual labels:  examples
blazor-dashboard
Blazor sample dashboard app with native components from Telerik
Stars: ✭ 20 (-68.75%)
Mutual labels:  telerik
MatlabProgressBar
This MATLAB class provides a smart progress bar like tqdm in the command window and is optimized for progress information in simple iterations or large frameworks with full support of parallel parfor loops provided by the MATLAB Parallel Computing Toolbox.
Stars: ✭ 44 (-31.25%)
Mutual labels:  progress
AMProgressHUD
A gif progress HUD for iOS.
Stars: ✭ 18 (-71.87%)
Mutual labels:  progress
examples
Examples to demonstrate how to use PipeCD
Stars: ✭ 21 (-67.19%)
Mutual labels:  examples
Manual Testing
This repository contains the General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.
Stars: ✭ 134 (+109.38%)
Mutual labels:  examples
nim-presentation-slides
Nim Presentation Slides and Examples.
Stars: ✭ 30 (-53.12%)
Mutual labels:  examples
Spinners React
Lightweight SVG/CSS spinners for React
Stars: ✭ 254 (+296.88%)
Mutual labels:  progress
blazor-docs
Public Documentation for Telerik UI for Blazor components.
Stars: ✭ 42 (-34.37%)
Mutual labels:  telerik
milo-ece2017
Materials about my talk around Eclipse Milo at EclipseCon Europe 2017
Stars: ✭ 22 (-65.62%)
Mutual labels:  examples
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (+23.44%)
Mutual labels:  examples
quickstart-examples
Integration examples of Tanker's client-side encryption SDKs
Stars: ✭ 17 (-73.44%)
Mutual labels:  examples

Sample apps for Progress® Telerik® FiddlerCore Embedded Engine

FiddlerCore is a cross-platform .NET library by Progress Telerik which allows capture and modification of HTTP/HTTPS traffic. Some of the most popular applications using FiddlerCore are Telerik Fiddler (.NET Framework-based and running on Windows) and Fiddler Everywhere (.NET Core-based and running on Windows, Mac, and Linux).

This repository contains sample applications demonstrating possible usages of the FiddlerCore API.

Demos description

Currently the following demo is provided:

Capture traffic

The sample demonstrates the following concepts:

  • Generate and install unique certificate that will be used for decrypting HTTPS traffic.
  • Set proxy allowing to capture all traffic from the machine, and chaining to upstream proxy if needed. Reset the proxy on exit.
  • Capture HTTP/S sessions and preserve them in a list.
  • Save the sessions in a SAZ (Session Archive Zip) file, a standard archive file which can be password-protected and, if needed, opened later with Fiddler.
  • Open a SAZ file and list session information.

Building a sample

Each demo is provided as a C# solution in two different flavors:

  • .NET Core-based application targeting .NET Core 2.1 and using FiddlerCore for .NET Standard 2 (netstandard2.0).
  • .NET Framework-based application targeting .NET Framework 4 and using FiddlerCore for .NET Framework 4 (net40).

To build the application, you would need the corresponding .NET Core SDK or .NET Framework SDK.

The APIs used are not so specific, so retargeting the sample applications, for example to .NET Core 3.0 or .NET Framework 4.8, is possible.

FiddlerCore-related NuGet packages are referenced from the Telerik NuGet server. When prompted for credentials during NuGet packages restore, use your Telerik account through you've obtained FiddlerCore.

Contribution

Pull requests are welcome! Let's make these samples more understandable for everyone.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].