Skip to content

Commit

Permalink
update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Jul 6, 2018
1 parent 4e9d785 commit 07e547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -4,7 +4,7 @@

agent = Mechanize.new
# agent.log = Logger.new(STDOUT)
url = 'https://eplanning.stonnington.vic.gov.au/EPlanning/Services/EPlanningReferenceService.svc/GetList_Register'
url = 'https://eplanning.stonnington.vic.gov.au/EPlanning/Services/ReferenceService.svc/Get_PlanningRegister'
req_body = File.read('req')
headers = {"Content-Type" => "application/json"}

Expand Down

0 comments on commit 07e547e

Please sign in to comment.