$.ajax(appEngineURL with jsonp options) gets unique ID appended to the URL

31 views
Skip to first unread message

rcp

unread,
May 4, 2012, 9:36:50 PM5/4/12
to google-a...@googlegroups.com
Can I make this unique ID go away? Why is it being added? (chrome is the browser and I am entering the .js code in the chrome debugger)

The app engine log shows:

$.ajax(url-with-options)  sent to jsonengine instance gets 
012-05-04 13:08:22.481 /_je/notes?&_docType=messages.asc&_=1336162102183
in the app engine log. My options are: type: "GET", dataType: "jsonp", jsonp: false, processData: false,
 
url (http://my_stuff.appspot.com/_je/notes?&docType=_messages.asc) entered in browser returns the content I want from app engine

thoughts / instruction appreciated.


Barry Hunter

unread,
May 4, 2012, 10:45:36 PM5/4/12
to google-a...@googlegroups.com

See
http://api.jquery.com/jQuery.ajax/

And the 'cache' option...

--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/A3tS8VWYDvQJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

rcp

unread,
May 4, 2012, 10:58:56 PM5/4/12
to google-a...@googlegroups.com
that worked. thank you!
Reply all
Reply to author
Forward
0 new messages