You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
Firebug issue with caching headers in Mozilla.
Currently our developer team finding some issue on Ajax Call Headers.Although Headers are non cached to ajax call firebug make caching and out API's getting failed in Mozilla.
After disabling firebug to Mozilla all things working fine.
Ex. One API 1 has Header : UserName and API 2 has userName
On calling API 2 it will make caching of header name and every time When i call API 1 it will call as userName (small letter U) and gets fail request.
After disabling firebug to Mozilla all things working fine.