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

Added a httpbin & requestbin testing pages and modules #299

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

powdermnky007
Copy link

@powdermnky007 powdermnky007 commented Jun 21, 2017

Thorough and easy to read/understand httpbin and requestbin examples.
I have pretty good looking excel sheet layout, but unfortunately there is no way to send those over without replacing your entire VBA-Web - Example.xlsm file. I have added lots of comments in various places to that file, to further my understanding of how it works. And, while helpful to me, I'm sure you would not want them.

HttpbinSheet
In cell B1, type one of the following commands.
get?show_env=1
get
basic-auth/user/passwd
digest-auth/auth/user/passwd
post (If posting, type your post data into cell B2.)

RequestbinSheet
enter the data you wish to post in cell B1
enter your custom requestb.in URL in cell E5 - Example: 2la2v91

@powdermnky007 powdermnky007 changed the title Added a pretty complete httpbin testing page and module Added a httpbin & requestbin testing pages and modules Jun 21, 2017
@powdermnky007
Copy link
Author

There are a few extraneous commits in here. This is my first time making a pull request on github and I had some issues figuring out how everything worked. I apologize for that.

Fix the issue which causes all data to be read into 1st element of array.
@powdermnky007
Copy link
Author

I also intended to submit the DigestAuthenticator fix as a separate commit, but it got automatically pulled into my existing pull request. :\

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.

1 participant