1
Hi
By default it is get method
Thanks and regards
1
Hello both ,
Thankyou for your quick response.
I tried with the same URL with server which I am using but again I have stuck in the problem even after talking to service provider ,they said the problem is in config file but I don't know what is it.Please suggest me any other solution if you have .
1
Hi niketa, You may pass wrong URL after host in server. As per your API configuration the URL shoud be like
http://apiserver:4393/api/controller/GetReaderData
OR
if the server have no port then simply it may be
http://apiserver/api/controller/GetReaderData.
Also at same time check if youa are passing the input parameters or not.
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
As per this error you may ask to service provider once is the application is properly active or not. If you have Cpanel for this restart the IIS once.
1
I think you may calling with the wrong URL
Please call with the URL on which you have been hosted and with the appropriate endpoints.
Hope this helps you , Thanks