I have this code which gets a URL, however, the site requires a username to enter. This pops up as a pop-up window. - https://jsfiddle.net/221ztatv/
$.ajax({
type: 'GET',
url: 'http://www.reed.co.uk/api/1.0/search?keywords=imobilus%20jobs',
data: { username: 'b110030d-7491-48fe-9354-05c0ec0181d7', password:'' },
However, I want it to automatically fill-in the username and password and submit it, is this possible?