----- Original Message ----
> From: Adrian Jones <[EMAIL PROTECTED]>
> 
> If you hard code 'webviz' in the URL for vizier resources in 
> extres.ini as I suggested before, CdC goes directly to the alternate 
> server, bypassing the 302 error.  Furthermore, the problem with the 
> + sign in positive declinations appears to be solved on this server: 
> requests to vizier(webviz) work at all declinations!  So CDS seem to 
> have changed something for the better at their end,

No, like I said, it's probably using older code (with whatever updates they've 
been testing) that still accepts a + in the url.  The Vizier resource worked 
for years.  But as they said, "if your program is following properly the HTTP 
conventions"- CdC's code doesn't follow this convention, since + should be 
coded as %2B (just as you may sometimes see spaces coded as "%20", or tilde 
("~") as %7E.  Some symbols should not be used in URLs, and CdC violates this 
convention.

Of course it's possible if they do use the webviz version of their code on all 
their computers in the future, it will work again, even though it technically 
violates this convention.

-John


> albeit only on 
> the temporary webviz server version.
> 
> The reply I got from CDS about this (see below) indicates that 
> webviz is a temporary test site "with some bugs removed".  
> Hopefully, when they switch back to vizier this version that seems 
> to work OK will become the live version.  But any time they activate 
> a redirect in future, for testing etc, CdC will produce an error, 
> unless it handles the 302 protocol.
> 
> Adrian
> 
> *************************************************
> Message from Francois Ochsenbein, CDS, Strasbourg
> 
> Dear Adrien,
> Yes 'webviz' is still a test site, with some bugs removed.
> More accurately there is currently a redirection from vizier to 
> webviz
> (using the HTTP protocol code 302); in the near future, with the more
> powerfull computer, the vizier site will be updated and the 
> redirection
> will be removed. In other terms, if your program is following 
> properly
> the HTTP conventions, using 'vizier' should work as well as 'webviz',
> with the advantage that 'vizier' will remain, while 'webviz' will 
> disappear.
> 
> I hope these short explanations may clarify the current situation.
> 
> Best Regards,
> Francois
> ***************************************************************
> 
> 
> 
> 
> > No, the problem is actually simple, and is on our end.  Patrick 
> uses a + sign in the url it sends to Vizier when the dec is 
> positive, which is not good, because + is one of a handful of 
> special characters used for specific things in urls, so if it's used 
> for other purposes, it should be encoded as "%2B" (without the 
> quotes).
> > 
> > I'm hoping Patrick can make this change, but for the time being, 
> if you really need it, there's a way to get the data.  
> 
> 
> ------------------------------------
> 
> Yahoo! Groups Links
> 
> 
> 
> 




      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to