Skip to content

Add support for HTTP to ping urls requiring a query parameter#25

Open
thothonegan wants to merge 1 commit into
eitoball:masterfrom
thothonegan:fix-ping-http-with-query
Open

Add support for HTTP to ping urls requiring a query parameter#25
thothonegan wants to merge 1 commit into
eitoball:masterfrom
thothonegan:fix-ping-http-with-query

Conversation

@thothonegan
Copy link
Copy Markdown

When pinging the google play store pages, it has the behavior that without a query parameter it fails ( https://play.google.com/store/apps/details vs https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox ).

Ping::HTTP was only using the path instead of the full request part, so this switches to request_uri, which is what Net::HTTP uses.

@chernesk
Copy link
Copy Markdown

Sorry for the delay, I wasn't getting notifications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants