Hello.
In the console/Endpoint section i created a new endpoint type of http request.
My api address: http://demo.boys.com.tr/boysapi/api/System/Login
when i tried to validated the api with swagger, it seems ok. but when i try to connect via thinger with post method ( using with custom body parameters) i get “Too Many Requests
429 Too Many Requests
” error.i should get a response like this;
{
"Token": "XcCP1yN/w20O9ze6irVb6LO43Af4co2GLKatdyDfxCu4=",
"Version": null,
"StatusCode": 200,
"StatusMessageCode": "20",
"StatusMessage": "Token Result succeed."
}
Is there anyone had the same problem or idea for solution?
Thanks