Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Hello everybody.
I need some extension to move post request to composer automatically if script name getdata.php (for example).
I searched a lot of exctensions but could not find any wich works with composer.
Is it hard to create it using c#?
Hello
You can do this with FiddlerScript.
In method OnBeforeRequest add this code:
if(oSession.fullUrl.Contains("getdata.php")){ FiddlerApplication.DoComposeByCloning(oSession); }