Base solution for your next web application

Activities of "BTH108"

Hi @Velu,

I already integrated DevExpress Report version 20.2.3 into AspNetZero with your sharing. You saved my day ^_^.

Many thanks again! Hoan

Hi @Velu,

Could you please share to [email protected]

Many thanks in advanced, Hoan

Could you @ismcagdas help me to explain how the Import Excel Request of User component can be intercepted by abpHttpInterceptor? Although AbpHttpInterceptor is only declared in Service Proxy module (v8.6).

Prerequisites

  • What is your product version? AspNetZero v8.6
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core
  • What is ABP Framework version? AbpBoilerplate v5.6

Scenario

  1. I made a new component in my module to perform importing excel file. That I based on src/app/admin/users/users.component.ts.
  2. I keep the original configuration about AbpHttpInterceptor ONLY in ServiceProxy module.
  3. Result:
  • My component has not been intercepted by AbpHttpInterceptor, so the request does not have the Bearer token, and failed.

  • But, users.component.ts has been intercepted so it had token, and successfully done.

Question:

Please help me to explain how the request in user component is intercepted, but mine hasn't? *Both Admin module and MyModule module both do not import AbpHttpInterceptor.

Showing 1 to 4 of 4 entries