@harjeetSinghWarval said: Api Not Working
Api on my local pc is not working it show error
but on website api is working
but i also test on another system but still show error ?
Describe each error circumstance in more detail.
On your local PC, does the error occur using:
Direct URL in your browser?
Using Try it! in DOCs?
Using an APP?
Using code that you are developing?
And what is the error message?
Post the entire text of the message here.
Api on my local pc is not working it show error but on website api is working but i also test on another system but still show error ?
Are you encountering an SSL issue, or what error do you see when running it in Postman?
I'm also facing a similar issue ā sometimes the API call works in Postman, but most of the time I get the error: Error: read ECONNRESET.
Interestingly, when I call the same API in my React application using Axios, it works consistently. However, when I call it from my .NET 8 application using RestClient, I get an SSL-related error.
If you have any suggestions to resolve this issue, please let me know.
Thank you!
Can't find a movie or TV show? Login to create it.
Reply by ticao2 š§š· pt-BR
on June 6, 2025 at 9:51 AM
Describe each error circumstance in more detail.
On your local PC, does the error occur using:
And what is the error message?
Post the entire text of the message here.
Reply by aman_sharma.17
on June 13, 2025 at 12:37 AM
Are you encountering an SSL issue, or what error do you see when running it in Postman? I'm also facing a similar issue ā sometimes the API call works in Postman, but most of the time I get the error: Error: read ECONNRESET.
Interestingly, when I call the same API in my React application using Axios, it works consistently. However, when I call it from my .NET 8 application using RestClient, I get an SSL-related error.
If you have any suggestions to resolve this issue, please let me know.
Thank you!