The request failed with HTTP status 400: Bad Request
-
Hi All, Its working fine locally and in QA environment but in the production we are having this issue. We are calling a third party service from a our web application there we are getting this exception. Now please have a look at below 1. Its happening for only few users (2 out of 100). 2. Not able to reproduce the issue locally. Server is not having any information for this reuquest (No logs) I have googled and found that there is problem in the request But i am able to send the same data for which we got this exception in the server Please help Does it possible the request get this exception before reaching the server If no then server must log this exception.. Please give some thoughts
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
Hi All, Its working fine locally and in QA environment but in the production we are having this issue. We are calling a third party service from a our web application there we are getting this exception. Now please have a look at below 1. Its happening for only few users (2 out of 100). 2. Not able to reproduce the issue locally. Server is not having any information for this reuquest (No logs) I have googled and found that there is problem in the request But i am able to send the same data for which we got this exception in the server Please help Does it possible the request get this exception before reaching the server If no then server must log this exception.. Please give some thoughts
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
You're actually making the call on the client machine, not the server ? Can you visit the user, or use gotomeeting to reproduce the issue yourself ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
You're actually making the call on the client machine, not the server ? Can you visit the user, or use gotomeeting to reproduce the issue yourself ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
Hi Christian, Thanks for the reply
Christian Graus wrote:
You're actually making the call on the client machine, not the server ?
Actually we are calling ajax from client side to get few information required to send in the request and we are calling this request from the server. So in short we are not making a call from client direclty to the service.
Christian Graus wrote:
Can you visit the user, or use gotomeeting to reproduce the issue yourself ?
Can't do that :( One question Chris Can i get the bad request exception at the proxy layer ? I am suspecting the exception is ocurring here it self Please
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
Hi Christian, Thanks for the reply
Christian Graus wrote:
You're actually making the call on the client machine, not the server ?
Actually we are calling ajax from client side to get few information required to send in the request and we are calling this request from the server. So in short we are not making a call from client direclty to the service.
Christian Graus wrote:
Can you visit the user, or use gotomeeting to reproduce the issue yourself ?
Can't do that :( One question Chris Can i get the bad request exception at the proxy layer ? I am suspecting the exception is ocurring here it self Please
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
Sandeep Akhare wrote:
Can i get the bad request exception at the proxy layer ?
I'm not sure, but I'd be doing some checks to see if the AJAX call is failing. I'd also be asking if other AJAX calls work on those machines. Is the AJAX call being made at all, because, if it is, then it's the same server that should be making the actual call, so why would that not work for a specific user ? It's a process of elimination, if it never works for 2 users and always works for the others, I think the AJAX call itself is getting lost or blocked. You can use www.gotomeeting.com to set up a web meeting where you can control the users machine to try to diagnose the problem.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Sandeep Akhare wrote:
Can i get the bad request exception at the proxy layer ?
I'm not sure, but I'd be doing some checks to see if the AJAX call is failing. I'd also be asking if other AJAX calls work on those machines. Is the AJAX call being made at all, because, if it is, then it's the same server that should be making the actual call, so why would that not work for a specific user ? It's a process of elimination, if it never works for 2 users and always works for the others, I think the AJAX call itself is getting lost or blocked. You can use www.gotomeeting.com to set up a web meeting where you can control the users machine to try to diagnose the problem.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
Christian Graus wrote:
I'd be doing some checks to see if the AJAX call is failing
Ajax call is not getting failed because we are logging the data before calling the service and we see all the right data there.
Christian Graus wrote:
I'd also be asking if other AJAX calls work on those machines.
Yes other calls are working one 1 specific call is getting failed
Christian Graus wrote:
Is the AJAX call being made at all, because, if it is, then it's the same server that should be making the actual call, so why would that not work for a specific user ?
Thats the issue :(
Christian Graus wrote:
You can use www.gotomeeting.com to set up a web meeting where you can control the users machine to try to diagnose the problem.
I can't do that, Customer service will handle that issue. Here we don't have any way to do that but can send a feedback regarding this. All production issue we came to know from log files which are always 1 day late.
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
-
Christian Graus wrote:
I'd be doing some checks to see if the AJAX call is failing
Ajax call is not getting failed because we are logging the data before calling the service and we see all the right data there.
Christian Graus wrote:
I'd also be asking if other AJAX calls work on those machines.
Yes other calls are working one 1 specific call is getting failed
Christian Graus wrote:
Is the AJAX call being made at all, because, if it is, then it's the same server that should be making the actual call, so why would that not work for a specific user ?
Thats the issue :(
Christian Graus wrote:
You can use www.gotomeeting.com to set up a web meeting where you can control the users machine to try to diagnose the problem.
I can't do that, Customer service will handle that issue. Here we don't have any way to do that but can send a feedback regarding this. All production issue we came to know from log files which are always 1 day late.
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog
Well, if you have contact with the server, then you have a very strange issue indeed. Can you add a level of logging code to try to tell you move about what goes wrong, then ask the client to make a request to test it ? Can you put packet sniffers on the server to see what calls are made and what data is sent ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Well, if you have contact with the server, then you have a very strange issue indeed. Can you add a level of logging code to try to tell you move about what goes wrong, then ask the client to make a request to test it ? Can you put packet sniffers on the server to see what calls are made and what data is sent ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
At service server side which we are calling from our web application there is no any information for this request in the logs . It seems that request is not going at the servert itself.
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog