Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien

New from MS Research: Ajax View - Java Proxy

Pagina: 1
Acties:

  • SchizoDuckie
  • Registratie: April 2001
  • Laatst online: 18-02 23:12
Vers van de pers:
Description

The Ajax View JavaScript Instrumentation Proxy is an HTTP proxy that dynamically instruments JavaScript applications to monitor their performance and behavior within a Web browser. The Ajax View proxy's instrumentation can be extended through plug-ins. A sample plug-in is provided.
Eindelijk Xml HTTP Requests inspecten in IE *O*
Ik ga 't nu installeren en uittesten, meer info volgt.

Homepage: http://research.microsoft.com/projects/ajaxview/

Usage: http://research.microsoft...xview/AjaxViewUsage-1.htm

Download: http://research.microsoft...75886242acfc/details.aspx

Oke, het is dus een local proxy, je start het op, je stelt je IE proxy in op localhost port 8888 en dan krijg worden alle requests die er gedaan worden onderschept en ge-inspect.

Eerste bevinding is dat het niet veel spannends doet, beetje net zoiets als de profiler van firebug.

Zoals het er momenteel uit ziet is het alleen niet alleen IE die hier last van heeft, maar ook de requests uit m'n gmail client worden gelijk onderschept (op zich wel logisch) en die begint gelijk errors te geven. Verder kan hebben ze een wat debug functionaliteit toegevoegd:

JavaScript:
1
2
3
4
5
6
7
8
9
10
<script>
LogScriptEnter();

function HelloWorld( a, b ) {
    LogFuncEnter("HelloWorld");
    alert("hello world!");
    LogFuncExit("HelloWorld");
}
LogScriptExit();
</script>

[ Voor 53% gewijzigd door SchizoDuckie op 11-01-2008 21:48 ]

Stop uploading passwords to Github!


  • _Thanatos_
  • Registratie: Januari 2001
  • Laatst online: 05-09 14:39

_Thanatos_

Ja, en kaal

Ben benieuwd hoe ze anonymous functions gaan noemen :)

日本!🎌


  • crisp
  • Registratie: Februari 2000
  • Laatst online: 15:39

crisp

Devver

Pixelated

JavaScript:
1
XMLHttpRequest.prototype.handleRequest = function() { };

dahaaag IE :w :+

Intentionally left blank