We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if fink was added to the User Agent in DefaultClient.php
Currently const DEFAULT_USER_AGENT = 'Mozilla/5.0 (compatible; Artax)';
const DEFAULT_USER_AGENT = 'Mozilla/5.0 (compatible; Artax)';
Something like this? const DEFAULT_USER_AGENT = 'Mozilla/5.0 (compatible; fink; Artax)';
const DEFAULT_USER_AGENT = 'Mozilla/5.0 (compatible; fink; Artax)';
The text was updated successfully, but these errors were encountered:
Allow custom headers, fixes #46
e6692ad
Added in #47 which sets the includes FinkPHP in the user agent, but also allows setting of custom headers via. --header="X-MyHeader: 1234abcd.
FinkPHP
--header="X-MyHeader: 1234abcd
Sorry, something went wrong.
Merge pull request #47 from dantleech/gh-46-custom-headers
c5ba4c8
Nice, thanks!
No branches or pull requests
It would be great if fink was added to the User Agent in DefaultClient.php
Currently
const DEFAULT_USER_AGENT = 'Mozilla/5.0 (compatible; Artax)';
Something like this?
const DEFAULT_USER_AGENT = 'Mozilla/5.0 (compatible; fink; Artax)';
The text was updated successfully, but these errors were encountered: