hi guys,
ive experienced a slight problem with my request when i automatically
take the current page's URL as the URL for the request. here is a
snippet of the code:

new Ajax.Request(window.location.href, {
                method: 'post'
                                .....
});

it works fine unless the url is a folder without the specific filename
e.g. host.com/somefolder/
i got a forbidden page back from the webserver (IIS) cause it seems i
cannot post to such URL's ... i think normally the webserver should
return the default page and forward the request to it... but its not
the case :(

does someone has an idea how i could solve this little problem ...

thanks & cheers
michal


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to