Bu biraz karmaşık bir soru ve açıklamak biraz zor.
We have build a script to auto login and collect the information from one asp.net based website, the script is in PHP using curl. We have been testing the script and it works 20-30% of the time which means the script is complete and works. But rest of the time it fails, as the server gives 500 Internal Server error when we post the login details.
Aynı komut ve aynı ayrıntıları bazen iş ve bazen çalışmıyor, herhangi biri ne sorunlar bu tür nedeni olabilir bana söyleyebilir?
What should we check? We have set all the cookies, viewstate, event validation etc. Also tried to encode the special characters in post fields.
Şimdiden teşekkürler.
-Happyhardik
Additions: - We don't have access to the .Net server - We have been giving the same input (login details) to the .Net server everytime we tried - The .Net website works fine in the browser every time (almost 100%)