Skip to content

Commit

Permalink
version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anof-cyber committed Nov 20, 2023
1 parent 82449bf commit 2612890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
git fetch origin gh-pages --depth=1
GIT_COMMITTER_NAME=ci-bot GIT_COMMITTER_EMAIL=ci-bot@example.com \
mike deploy --push --update-aliases 0.2 latest
mike deploy --push --update-aliases 0.3 latest
5 changes: 5 additions & 0 deletions docs/Scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ java -jar user/provided/java/file/path/encryption.jar -d bas64-encodeed-encrypte

The custom request functionality remains unchanged, with the addition of the -h flag to include the request header in a list/array format. Unlike the -d flag, the -h flag does not contain any Base64-encoded data.

!!! Warning "Warning"


From the PyCript version 0.3 -h flag will be provided in base64 encoded format same as -d flag. Make sure to modify the scipt to handle the same.


```javascript
[POST /crypto/myprofile/ HTTP/1.1, Host: localhost:8000, Accept-Encoding: gzip, deflate, Accept: */*, Accept-Language: en-US;q=0.9,en;q=0.8, User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36, Connection: close, Key: 1234, Iv: 1234, Cache-Control: max-age=0, Content-Type: application/x-www-form-urlencoded, Content-Length: 24]
Expand Down

0 comments on commit 2612890

Please sign in to comment.