필터 지우기
필터 지우기

How can I find out UserAgent string for a specific browser?

조회 수: 6 (최근 30일)
Andrea Carignano
Andrea Carignano 2021년 3월 19일
댓글: Harry 2021년 11월 11일
I want to change the UserAgent property for a weboption object. For example I want to have internet explorer instead of Matlab. However, if I use weboption I see that the UserAgent string is "MATLAB 9.8.0.1451342 (R2020a) Update 5".
>> weboptions
ans =
weboptions with properties:
CharacterEncoding: 'auto'
UserAgent: 'MATLAB 9.8.0.1451342 (R2020a) Update 5'
Timeout: 5
Username: ''
Password: ''
KeyName: ''
KeyValue: ''
ContentType: 'auto'
ContentReader: []
MediaType: 'auto'
RequestMethod: 'auto'
ArrayFormat: 'csv'
HeaderFields: []
CertificateFilename: 'default'
The string is not so simple and I don't know what string I have to use for other user agents. Where can I find them?
  댓글 수: 1
Harry
Harry 2021년 11월 11일
Open the following link. This page shows you what your web browser is sending in the "User-Agent" header for your HTTP requests.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Call Web Services from MATLAB Using HTTP에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by