I've already realized something, looks like someone/something (I imagine a firewall I'm not an expert on networks), is preventing requests made with a hidden input field with
cmd as a name (as the field with the value equal to
login in the login form), I've created another form with that input hidden and the same name and the same problem is happening, but when I change the name instead of
cmd it works fine, how can I make this to work?.
you can test it here:
you can (in chrome) press F12 key to inspect document and change the name of the hidden input field to whatever not being cmd and it will post fine, but if you left cmd it won't do post.
hope you can give me some suggestions, maybe contact the network administrator (I think they are very strong headed), in that case I should replace all occurences with the name cmd in project files?.
Cheers,
Dennis