User-Agent in request for IOS and Android -


hi i'm developing android , ios app . never set user-agent header api call. (simply use library make request , response) server guys told me

" facing issue mobile not authentication when calling esb

simply states sytemid=’abc’

now getting malicious hits intruders disguised mobile , cauing lot of traffic"

is related user-agent? should now? appreciated. i'm not @ security thing

even if don't set custom user-agent, network layer set 1 user agent based on device type , ios version in case of ios app.

so check server team logic applied "malicious hit detection".

this link contains basic strategy server applies detect request suspicious, https://datadome.co/how-to-detect-malicious-bots/


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -