Hi Team,
We are trying to monitor a url :
http://srvsbjpvlse01.santanderde.corp:50000/irj/portal
with one of our monitoring tools. where we are using curl API's to monitor this url.
However every time we get an error :
root@sanplepamonit01 ~ # curl -I http://srvsbjpvlse01.santanderde.corp:50000/irj/portal --compress --insecure
HTTP/1.1 400 Bad Request
Server: SAP J2EE Engine/7.01
Connection: close
Content-Type: text/html; charset=UTF-8
Content-Language: en
Content-Encoding: gzip
Date: Wed, 06 Apr 2016 08:57:42 GMT
Set-Cookie: saplb_*=(J2EE5039500)5039550; Version=1; Path=/
Set-Cookie: PortalAlias=portal; Path=/
Set-Cookie: JSESSIONID=(J2EE5039500)ID0137966350DB10739612686553186573End; Version=1; Domain=.santanderde.corp; Path=/
So can you please suggest that what could be wrong over here and how to correct this ?
Any assistance would be much appreciated.