When using Import with a url what information is broadcasted/sent to the receiving end of the request and is it possible to monitor/modify that information?
2 Answers
$\begingroup$
$\endgroup$
1
You can use NetworkPacketRecording or NetworkPacketCapture to record / capture network packet activity during Import.
You could also use a tool like Wireshark
Can you elaborate on what you mean by "modify that information"?
-
$\begingroup$ I was hoping there was something similar like the properties in
URLRead$\endgroup$yosimitsu kodanuri– yosimitsu kodanuri2019-02-23 18:41:21 +00:00Commented Feb 23, 2019 at 18:41
$\begingroup$
$\endgroup$
There is not documentation for this at this time, I suggest using ImportString[URLRead[url]] etc like Carl suggests.
ImportString[URLRead[url]]and modify the parameters inURLRead$\endgroup$