I wanna input data from URL without authentication, any tutorial to show me step by step process?
Thank you.
Solved! Go to Solution.
Which URL? Do u want to get all the data from the URL or just part of data you need? How do u want to show them in the output?
Thanks for your reply.
I mean the following Url:
https://services.nvd.nist.gov/rest/json/cves/2.0
I wish to get all data.
Since it's json format, i may need to parse it into table as well.
thank you so much
Glad to help, pls mark it as a solution, thanks.