MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

[gadgets.io.getProxyUrl] Got HTTP Error 400 Missing Token Parameter

Last post 05-12-2009 12:55 PM by Chad Russell. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 05-01-2009 12:06 PM

    [gadgets.io.getProxyUrl] Got HTTP Error 400 Missing Token Parameter

    Hi there!

    I am loading a swf file (97KB) via a proxied url provided by gadgets.io.getUrlProxy.

    I got a HTTP error 400 Missing Token Parameter loading the url returned by getProxyUrl whereas :

    • there is no token parameter for that request (or it is undocumented)
    • it works perfectly in igoogle sandbox

    Here a abstract of my code:

    
    var swfurl = gadgets.io.getProxyUrl("http://www.example.com/loader.swf")
    
    // Load swf via Swiff: http://mootools.net/docs/core/Utilities/Swiff
    var loader = new Swiff(
    	swfurl,
    	{
    		id: "swf-loader",
    		height:"803",
    		width:"760",
    		container: $('flashContent'),
    		vars: flashVars
    	}
    );
    

    • Is there any token parameter for getProxyUrl (like the ones for makeRequest) that is not documented?
    • Is there any token parameter for getProxyUrl that is documented but I did not read the good documentation?
    • Have I done something wrong?
    • Does someone else got that problem?
    • Is it the good place to ask such questions?



    Thank you!
    Filed under: ,
  • 05-04-2009 8:35 AM In reply to

    Re: [gadgets.io.getProxyUrl] Got HTTP Error 400 Missing Token Parameter

     I'll check into this :)

    Rhonda

     

  • 05-05-2009 7:13 AM In reply to

    Re: [gadgets.io.getProxyUrl] Got HTTP Error 400 Missing Token Parameter

    I am looking forward to your answer ;) Hadrien
  • 05-05-2009 9:24 AM In reply to

    Re: [gadgets.io.getProxyUrl] Got HTTP Error 400 Missing Token Parameter

     Hey, let me follow up, thanks for the reminder.

    Rhonda

     

  • 05-12-2009 12:55 PM In reply to

    Re: [gadgets.io.getProxyUrl] Got HTTP Error 400 Missing Token Parameter

     Hi Hadrien, we don't support the ability to fetch proxied/cached content in the manner you're attempting.

    Thanks,

    Chad

Page 1 of 1 (5 items)