1
$\begingroup$

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?

$\endgroup$
1
  • 3
    $\begingroup$ It might be easier to do something like ImportString[URLRead[url]] and modify the parameters in URLRead $\endgroup$ Commented Feb 23, 2019 at 19:12

2 Answers 2

3
$\begingroup$

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"?

$\endgroup$
1
  • $\begingroup$ I was hoping there was something similar like the properties in URLRead $\endgroup$ Commented Feb 23, 2019 at 18:41
2
$\begingroup$

There is not documentation for this at this time, I suggest using ImportString[URLRead[url]] etc like Carl suggests.

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.