and tried to apply the "rawurlencode" solution, but with no luck (same error).
I am really curious about why it seems to happen only with php-curl.
FYI this is a code to get the backup profiles list of Akeeba of a remote site.
Thank you to anyone who can shed some light on this mistery!
--
Franz
Mark Dexter
unread,
Jun 20, 2013, 11:16:55 AM6/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
It sounds as though you have a quote in your url. You could change the
error message as suggested in the forum thread to see what URL's are
causing the issue. The system tests use php-curl and they work fine
with it running Joomla.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Hello Mark and thank you for your answer.
I know I have a quote in my URL. But:
1) it should be escaped by "rawurlencode"
2) why the same URL is fine if I call it via the browser (i.e. I get the desired response)?
Mark Dexter
unread,
Jun 20, 2013, 11:31:45 AM6/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Unfortunately, I don't know the answers to your questions. I would try
debugging the code (where we check for quotes) when you are using the
rawurlencode and see why it is failing. Mark
Franz
unread,
Jun 20, 2013, 11:49:32 AM6/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Thank you again. I found the issue.
There is an intermediate redirect (303 response), so curl automatically fires another request to retrieve the "redirect_url".
But of course this new "redirect_url" is not correctly escaped, thus the error.
The browser is probably escaping it automatically and that is why I don't get this error in browser..
elin
unread,
Jun 21, 2013, 6:51:16 PM6/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
We have recently had an issue come in about quotes in urls in browsers and apparently with the glaring exception of Chrome they will all escape.
Elin
Richard
unread,
Aug 16, 2013, 11:25:48 AM8/16/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message