Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add toggle for HTTP query parameters #791

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

crstauf
Copy link
Contributor

@crstauf crstauf commented Jul 11, 2023

See https://github.com/users/johnbillion/projects/8/views/3?filterQuery=&pane=issue&itemId=21799650.

2023-07-11T193003

Query parameters for redirected URL will not show (assumes same as initial URL):

2023-07-11T194032
add_action( 'init', static function () {
	wp_remote_get( 'http://querymonitor.com/?bar=foo' );
	wp_remote_get( 'https://querymonitor.com/?foo=bar&caleb=ryan' );
} );

@crstauf
Copy link
Contributor Author

crstauf commented Jul 11, 2023

This will conflict with #790.

@crstauf
Copy link
Contributor Author

crstauf commented Jul 13, 2023

2023-07-13T160323

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.

None yet

1 participant