Activities of "maliming"

hi

Perhaps your cookies are too large.

Can you check it?

hi chrisalves

The bot will close inactive questions. You can open it anytime.

Thanks.

hi

Have you restarted the website after changing the Web Config file?

Is there any 400 error in the app logs?

Can you share the full URL?

Thanks.

hi

Try to set ValidateIssuerName and ValidateEndpoints to false

"IdentityClients": {
    "Default": {
      "GrantType": "client_credentials", 
      "ClientId": "_InvoiceService",
      "ClientSecret": "1q2w3e*",
      "Authority": "http://myproject-authserver", 
      "Scope": "DocumentService",
      "RequireHttps": "false",
      "ValidateIssuerName": false,
      "ValidateEndpoints": false
    }
  },

hi

Can you add your code to a new template project and share it?

liming.ma@volosoft.com

I will check your code and find the cause.

Thanks.

hi

What is the page URL? Is it an Angular or an MVC page?

Thanks.

hi

the highligted button is pointing to locahost:44303

Which one?

Thanks.

hi

Try configuring IIS Request Limits in web config like this to increase the allowed query string length:

https://learn.microsoft.com/en-us/iis/configuration/system.webserver/security/requestfiltering/requestlimits/

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!-- Any existing configuration you may have -->
+ <system.webServer>
+   <security>
+     <requestFiltering>
+       <requestLimits maxQueryString="4096" />
+     </requestFiltering>
+   </security>
+ </system.webServer>
</configuration>

Could you please share the request URL that returns a 400 error?

Thanks

Yes, you're right. : )

hi

What is your web server?

IIS, Kestrel or Nginx?

Thanks.

Showing 501 to 510 of 11565 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.