Helpp - Excel VBA check HTTP authetication Login

sergioljm

New Member
Joined
Aug 29, 2016
Messages
1
Hello Guys, I’m Sergio

Hope someone can help me; I work for a local Maintenance Telecomunication company in Brazil.

My problem, we are responsible for the maintenance of 144 internal security system (internal equipment CCTV, dor alarms)

Everyday a new Login and Password is automatically set (the same for the 144 Sites). I’m responsible to check and report to security area every day login and password were changed. Today I need to do this one by one

The authentication is a http basic authentication , and the Address are IP’s.

I also don’t need enter in the webpage, I just need to know if the new password is set. Just need to know if the authentication is ok for the new password

My report and test table is simple -

- 3 Column A, B, C
- 144 IP's line
- The daily Login and Password

Day Password
29/08/2016
Login
xpto
Password
xpto

IP (example)
Status
1
183.21.51.218:81
Changed
2
183.21.51.219:81
Changed
3
183.21.51.220:81
Changed
4
183.21.51.221:81
Fail
...

<tbody>
</tbody>
144
183.21.51.222:81
Fail

<tbody>
</tbody>


I hope some VBA could help me, is that possible?

Thanks for all help.


Sergio
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.

Forum statistics

Threads
1,214,998
Messages
6,122,639
Members
449,093
Latest member
Ahmad123098

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top