Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
samples
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
samples
Commits
c498b7e7
Commit
c498b7e7
authored
Feb 09, 2017
by
Σταύρος Παπαδάκης
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Untrack test-calls
parent
e7d5dbd9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
78 deletions
+0
-78
validate-signature/test-calls/image.png
validate-signature/test-calls/image.png
+0
-0
validate-signature/test-calls/test-base64-1.sh
validate-signature/test-calls/test-base64-1.sh
+0
-13
validate-signature/test-calls/test-binary-1.sh
validate-signature/test-calls/test-binary-1.sh
+0
-7
validate-signature/test-calls/text.pdf
validate-signature/test-calls/text.pdf
+0
-58
No files found.
validate-signature/test-calls/image.png
deleted
100644 → 0
View file @
e7d5dbd9
2.68 KB
validate-signature/test-calls/test-base64-1.sh
deleted
100644 → 0
View file @
e7d5dbd9
#!/bin/sh
CONTENT
=
`
php
-r
'echo base64_encode(file_get_contents("text.pdf"));'
`
echo
$CONTENT
;
curl
-v
-X
POST
\
--header
"User-Agent: MINEDU OSTEAM Testing Script"
\
-H
"Content-type: application/json"
\
-H
"Authorization: Basic YWRtaW46YWRtMW4xMjM0IQ=="
\
-d
"{
\"
filename
\"
:
\"
text.pdf
\"
,
\"
base64content
\"
:
\"
$CONTENT
\"
}"
\
"http://localhost/devel/osteam-code-samples/validate-signature/slim-app/public/validate"
# -F "content=CONTENT" \
validate-signature/test-calls/test-binary-1.sh
deleted
100644 → 0
View file @
e7d5dbd9
#!/bin/sh
curl
-v
-X
POST
\
--header
"User-Agent: MINEDU OSTEAM Testing Script"
\
-F
"name=Title"
\
-F
"content=@test.pdf"
\
"http://generic.local.dev/app/validate"
validate-signature/test-calls/text.pdf
deleted
100644 → 0
View file @
e7d5dbd9
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment