Method: Spaceship::Client#update_request_headers

Defined in:
spaceship/lib/spaceship/two_step_or_factor_client.rb

#update_request_headers(req) ⇒ Object

Responsible for setting all required header attributes for the requests to succeed



373
374
375
376
377
378
# File 'spaceship/lib/spaceship/two_step_or_factor_client.rb', line 373

def update_request_headers(req)
  req.headers["X-Apple-Id-Session-Id"] = @x_apple_id_session_id
  req.headers["X-Apple-Widget-Key"] = self.itc_service_key
  req.headers["Accept"] = "application/json"
  req.headers["scnt"] = @scnt
end