Skip to content

QueryParams auth not supported #265

@soullivaneuh

Description

@soullivaneuh
Q A
Bug? yes
New Feature? no
Version 1.10.0

Actual Behavior

This configuration:

httplug:
    plugins:
        cache:
            # Should be the auto-wired service.
            # @see https://github.com/php-http/HttplugBundle/issues/263
            cache_pool: 'cache.app'
    clients:
        pagespeed:
            factory: 'httplug.factory.guzzle6'
            config:
                timeout: 5
            http_methods_client: true
            plugins:
                -
                    authentication:
                        pagespeed:
                            type: query_params
                            key: 'test'
                - 'httplug.plugin.cache'

Does not work.

Expected Behavior

The QueryParams should be managed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions