There's no such feature in Firebug yet. Though this was already requested in issue 6459 <https://code.google.com/p/fbug/issues/detail?id=6459>.
What you can do at the moment if you really don't have access to the script generating the response is to create your own server script, which sets the appropriate headers. E.g. in PHP this can be done via the header() <http://php.net/manual/en/function.header.php> function. Sebastian On Wednesday, December 10, 2014 11:40:51 AM UTC+1, barleby28 wrote: > > I'm developing a web page that loads some parameters via Ajax. > I have not access to the values returned in the response, but for testing > reasons i'd like to be able to modify some of the parameters and values of > the response > Is there any way to do this in Firebug/Firefox? > > Only alternative I found was to aim to an .txt file with the desired > values, but this one is not desirable. > > Thank you in advance for your help. > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/373a2b11-4dfd-4acd-8686-0654aa6fb779%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
