&retry in the widget url
Added by Mike Tornado over 15 years ago
Hello,
First, Thanks for this great webservice; even if everythinh seems not final, I definitely see the added value of such webservice.
I've a question: while using the widget URL for testing, I noticed that sometime, the url got updated, with a &retry=1 added at the end. So, what is the correct URL, with or without retry?
Replies (1)
RE: &retry in the widget url - Added by Novaclic Support over 15 years ago
Hello Mike,
You've got very good eyes ;-)
Here is the explaination:
When the produx application do not succeed to get a response with the given delay , it retries, by incrementing the retry parameter and sending an REDIRECT header to the browser. Currently, only one retry is supported.
So, the correct URL is without the &retry parameter, unless you want to prevent PRODUX from retrying. In that case, you're on the safe side by setting the &retry parameter to 99.
This was so to say an undisclosed parameter; it's now documented:
http://produx.novaclic.com/documentation.php
The produx support team.