You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a function to read user information, but this page has a 302 redirect and REFERER verification, which causes the request code written by reqwest to be inconsistent with the request result of the built-in http tool in idea. By capturing the package, I found that there is no REFERER information in the request after reqwest redirects.
Since the data is too long, I asked chatgpt to help me compare it. chatgpt say: The referer has changed, and accept-encoding is lost.
Maybe there are more fields that may be missing... Since this library can handle 302 redirects, I think the design goal of this library should be consistent with the behavior of the network panel of chrome devtools, right?
I am writing a function to read user information, but this page has a 302 redirect and REFERER verification, which causes the request code written by reqwest to be inconsistent with the request result of the built-in http tool in idea. By capturing the package, I found that there is no REFERER information in the request after reqwest redirects.
Since the data is too long, I asked chatgpt to help me compare it. chatgpt say: The referer has changed, and accept-encoding is lost.
Maybe there are more fields that may be missing... Since this library can handle 302 redirects, I think the design goal of this library should be consistent with the behavior of the network panel of chrome devtools, right?
The packet capture tool I used is Charles.
The text was updated successfully, but these errors were encountered: