@AhrimanSefid1 said in Help ZenMate install:
thanks.
You're welcome
@AhrimanSefid1 said in Help ZenMate install:
can help type in screen
75790532-5eba-426a-b2ac-fa95ea4b1705-image.png
Sure, message me on telegram and send me the project
@TUFBots
Hi everyone, just need help with bas httpclient .
I need httpclient header to look like this
POST /v3/user-profile HTTP/1.1
Host: xxxxx.xxxxx.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) xxxxxx/1.0.63.617 Safari/537.36
Origin: https://profile.xxxxxxx.com
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Content-Type: image/jpeg
Accept: /
Referer: https://xxxxxxxxxx.com/index.html?param=xxxxxxxxx
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.8
I am working with api and i need to Upload IMAGE using POST . How to achieve this . BAS httpclient has parameter and value field for POST DATA.

Using httprequester addon i am able to upload image successfully but unable to do with BAS.@support is it possible using httpclient?
@support Still having this problem .Here is screenshot of request from BAS httpclient and fiddler . Problem is BAS isnt sending image file as body when using custom http method

Target server accepts only image/jpeg method for request.
How to sent image in body ?