ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

Can't access to `sa.www4.irs.gov` #191

Open HashidaTKS opened 1 month ago

HashidaTKS commented 1 month ago

Describe the bug

We can't access some pages of sa.www4.irs.gov.

E.g. a create account page.

To Reproduce

Click "Create account" button of https://sa.www4.irs.gov/fatca-rup/reg/login/userLogin.do. Then, we get the following error. It seems that we don't have right permission for edgesuite.

FYI: https://wiredpen.com/2010/09/01/what-is-edgesuite-net/

Access Denied
You don't have permission to access "http://sa.www4.irs.gov/fatca-rup/reg/login/userLogin.do" on this server.
Reference #18.10793517.1716255539.1e756d27

https://errors.edgesuite.net/18.10793517.1716255539.1e756d27

Expected behavior

We can access any pages of sa.www4.irs.gov.

Your Environment

- Chronos version: 14.0.119.1
- ThinApps version: N/A (being able to reproduce with native Chronos)

Your Configuration

N/A

Your TRACE log (Chronos_trace.log)

N/A

Additional context

Chrome, Firefox, Edge and CEF124 sample application can access the page.

HashidaTKS commented 1 month ago

Network logs

Chronos(fail) :access_chronos.json CefSample_v124 (success): access_cef124sample.json

HashidaTKS commented 1 month ago

ネットワークログを見ていると、 403を返しているuserLogin.doではなくて、画面遷移する前の、BjRUgDCC4へのアクセスがおかしい気がする。成功する場合は一度だけアクセスしているが、Chronosでは複数回アクセスしている。

HashidaTKS commented 1 month ago

BjRUgDCC4、minifiyされたただのスクリプトファイルだった。受信できているし問題なし。

HashidaTKS commented 1 month ago

cefsample v124と同じヘッダーをキャッシュ部分以外再現したが、やはりエラーになる。

access_cef124sample.json access_chronos_5.json