Base solution for your next web application

Activities of "cictan"

Hi What's the best way to add log for all API requests? no performance issue and log everything input and output. Thanks,

We want to change the API return message to another language, we have already changed the default language, it shows our default language e.g. french on our admin angular site, however, our API still return English error messages, how can we fix this so that the API can return french messages? Thanks,

v8.2.1 always shows this error message: Login failed! Invalid user name or password

any idea?

Question

We are trying to build a android native app using zero APIs, we found there are three APIs like: /api/services/app/Chat/GetUserChatMessages

but we couldn't find the send/read API, e.g. SendChatToUser, and we only found a function like this one: public async Task SendMessageToClient(IReadOnlyList<IOnlineClient> clients, ChatMessage message)

Do we have to develop our own APIs for this? Thanks,

Hi We are developing a android mobile app using asp.net zero as APIs,

  1. the mobile app is written in Kotlin, what is the best practice to make the APIs faster?
  2. do you have any sample project or documentation for native mobile app integration?

Is there a way to turn off multitenant feature so that I can use it as a single membership site(unique email/username), when I am editing the APIs? Thanks,

Question

I am trying to use smtp.gmail.com as the smtp host, put my name and password, and got successfully message without any issues, and checked the log, no error messages. I've checked my gmail account, no warning message, I've also set my gmail to "Access allowed for less secure apps" and disabled 2 step verification. However, I couldn't receive the email. Any suggestion? Thanks

I am trying to use Register API, so I put my test values like this:

{ "name": "test", "surname": "test", "userName": "tsetss", "emailAddress": "[email protected]", "password": "TTTttee12!@!@", "captchaResponse": "string" } Where can I get this captchaResponse?

Hi Alper, Both worked finally! Thanks,

Hi Alper, Yes, it's working now. I can run my android project on a simulator, can you tell me how fix the connection issue to my remote server? I'd like to use our production url/server url for the APIs. Thanks,

Showing 1 to 10 of 22 entries