Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

[Bug] Request Headers Accept Language is set to en not es across all browsers on MAC #669

Open MichaelDLS opened 1 year ago

MichaelDLS commented 1 year ago

Devices

MacBook Pro (16-inch, 2019) macOS Monterey Version 12.5.1 Processor 2.6 GHz 6-Core Intel Core i7 Chrome Version Version 106.0.5249.119 (Official Build) (x86_64) FireFox 107.0 (64-bit) Safari Version Version 15.6.1 (17613.3.9.1.16)

Expected Behavior

Request Headers should be set to ES

Actual Behavior

Request Headers Accept-Language is set to EN

Steps to Reproduce Issue

  1. Inspect the page to open dev tools
  2. Navigate to Headers
  3. Refresh the page to be presented with the results needed to see the request.
  4. Look for the accepted language in request headers to see the results.

Photos

Screen Shot 2022-11-08 at 11 16 39 AM Screen Shot 2022-11-08 at 9 51 02 AM Screen Shot 2022-11-08 at 10 38 43 AM

Note

Opening dev tools varied across browsers will provide assistance on how to navigate to the request area upon request.

joshwingreene commented 1 year ago

@MichaelDLS I'm not able to reproduce this issue on Chrome and Safari. Are you sure you set the Language selector to Español before refreshing the page?

MichaelDLS commented 1 year ago

Testing passes: Chrome. Screenshot (174)

brianifoster commented 1 year ago

this passes