Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Home::1: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
Nhumfrey (talk | contribs)
Corrected fetching plain text quota with wget
Line 33: Line 33:
curl -L https://quota.aa.net.uk --header "Accept: text/plain"
curl -L https://quota.aa.net.uk --header "Accept: text/plain"
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O -
wget https://quota.aa.net.uk --header="Accept: application/json" -q -O -
wget https://quota.aa.net.uk --header="Accept: application/plain" -q -O -
wget https://quota.aa.net.uk --header="Accept: text/plain" -q -O -


==Usage Tracking==
==Usage Tracking==