# How to trace URLloader request

**URL:** https://forum.kirupa.com/t/how-to-trace-urlloader-request/331959
**Category:** flash
**Created:** [December 6, 2013, 10:25pm UTC](https://forum.kirupa.com/t/how-to-trace-urlloader-request/331959 "2013-12-06T22:25:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nicolaszein](https://avatars.discourse-cdn.com/v4/letter/n/b77776/32.png) [@nicolaszein](https://forum.kirupa.com/u/nicolaszein)
#### Post date: [December 6, 2013, 10:25pm UTC](https://forum.kirupa.com/t/how-to-trace-urlloader-request/331959/1 "2013-12-06T22:25:54Z")

</div>

Hello,

Is it possible to have a trace statement from a urlloader request that is being sent to a PHP file?, i want to see the url as it is being sent, but all i am able to get at this point is just the variable being sent indiviually. I tried these

trace("PHP request sent to server " + loader.load(request));  
trace("PHP request sent to server " + loader);

and i gives me these traces:

PHP request sent to server undefined  
PHP request sent to server [object URLLoader]
