Hi Guys, I have written a custom generic RESTlet t...
# general
m
Hi Guys, I have written a custom generic RESTlet to search all the columns by record on the basis of a given type and then applied paging on it. It is working fine sometimes, But most of the time I'm responded with INVALID_LOGIN_ATTEMPT. error, I'm spending a lot of hours to find out the solution, Please have a look at the attachment of the request.
e
RESTlets require authentication. It's working sometimes because you're probably logged in on that browser session. If trying to call the RESTlet from postman, you would need to pass in Auth token/headers.
m
I'm doing it and it's working fine. sometime it shows this message not sure why it's happening?
c
It could be how fast you are sending the requests from postman too. I"ve seen it happen with the same error but there's no error in your RESTlet, its how fast you're hitting the send button for subsequent requests. It has to recalc a nonce and whatnot so it may not like what you're sending.