lib/spaceship/client.rb in spaceship-0.38.4 vs lib/spaceship/client.rb in spaceship-0.38.5
- old
+ new
@@ -301,10 +301,10 @@
rescue UnauthorizedAccessError
raise InvalidUserCredentialsError.new, "Invalid username and password combination. Used '#{user}' as the username."
end
# get woinst, wois, and itctx cookie values
- request(:get, "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/route?noext")
+ request(:get, "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa")
case response.status
when 403
raise InvalidUserCredentialsError.new, "Invalid username and password combination. Used '#{user}' as the username."
when 200