SD card app installation - is there possible to...?

Search This thread

winphoneuser

Senior Member
Jan 31, 2014
59
9
Ekaterinburg
Is there possible to change the PayloadId sending to marketplace with Fiddler? For example, I have this:
Code:
<?xml version="1.0" encoding="UTF-8"?><BatchGetApplicationDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.zune.net/catalog/apps/2008/02"><Resources><Resource><PayloadId>2eb406ed-4cc6-4e98-890e-64b9cf29b13d</PayloadId></Resource><Resource><PayloadId>960773ef-8883-47b9-b2d2-97891a280ad9</PayloadId></Resource></Resources></BatchGetApplicationDetailsRequest>
And I wanna change
2eb406ed-4cc6-4e98-890e-64b9cf29b13d
to
09fba87e-a5b1-495f-a4a7-c5a86ab0be03
What and where should I put into the Fiddler config?