Hi Friends, 

I am accessing a text file from a server but when I use the ignorecache: 
true option, but it fails to ignore cache can anyone assist me to get it 
work 

here is my code


GM_xmlhttpRequest({
>     method: 'GET',
>     url: 'http://****t/Test.txt',
>     ignoreCache: true,
>     headers:
>             {
>                 'User-agent': 'Mozilla/4.0 (compatible) Greasemonkey',
>                 'Accept':'text/plain',
>                 },
>     onload: function(responseDetails) 
>

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/greasemonkey-users/-/kDcdlO6-RqsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to