I am trying to use FireBug Lite on IE to capture localhost traffic but it seems like FireBug Lite is not able to read the traffic on localhost. Is there any workaround?
FireBug Lite on IE Capturing localhost Traffic
332 Views Asked by azamsharp At
1
There are 1 best solutions below
Related Questions in FIREBUG
- How to get total web page response time from a HAR file?
- Why does the expiration date of the request cache lie in the past?
- Can't find out how button click event got wired
- Is this a bug in Firebug?
- Can I locally remove table cells on a website using the Firebug console?
- Firefox 38.0.5 debugger is now pulling Typescript
- Firebug does not display my JavaScript files
- Firebug not showing ::before and ::after pseudo-elements
- Approach on debugging page with a bunch of javascript
- how to show video calls in firebug?
- Can I open an AJAX response in a new tab using Firebug
- Firefox Firebug update has removed css path facility. Where can I find it?
- Cannot debug a javascript issue in Chrome Developer Tools/Firebug
- Opening Firebug stops javascript from running
- How to debug a Firefox search engine plugin?
Related Questions in FIREBUG-LITE
- Firebug Lite + Bootstrap doesn't work with Firebug Lite version 1.3 and beyond
- JavaFX webview: How to forward System.out and System.err to the Firebug Lite console?
- Firebug pale colors in HTML tab - how to show them
- FireBug Lite on IE Capturing localhost Traffic
- JavaScript Code Inside <script> Tag
- Firebug loads automatically on a refresh
- Testing IE6 with Firebug Lite
- how to use firebug in ie8
- Firebug lite on iPad
- FireBug in Chrome doesn't show up on local websites
- Firebug Lite selected html element
- some tiles in OpenLayers isn't loaded except when i open/close firebug
- Firebug lite - break on attribute change - IE
- console.log() is defined but doesn't log in IE - empty console
- Can I post an ajax value to a same page. And Handle with php $_GET, $_POST, or $_REQUEST
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Use the IP address or relative paths instead of
localhost. The Same-Origin-Policy prevents the request, since the namelocalhostdoes not match the target URL.References