Skip to content

NgProgressHttpModule - URLs in silentApis are Case Sensitive (must be small letters to work) #283

@Hussein-Dahir

Description

@Hussein-Dahir

Reproduction

Steps to reproduce:
Register NgProgressHttpModule with a URL that contains capital letters in silentApis array, just like this:

NgProgressModule,
NgProgressHttpModule.withConfig({
  silentApis: [
     "http://localhost/Item/GetItems"
  ]
})

Expected Behavior

What behavior were you expecting to see?
To silent this API URL, no matter the URL contains capital letters or small letters

Actual Behavior

What behavior did you actually see?
API won't get silent unless URL is in small letters only

Environment

  • Angular: 8.2.5
  • ngx-progressbar: http
  • Browser(s): Chrome 83.0.4103.116
  • Operating System (e.g. Windows, macOS, Ubuntu): Windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions