Sorry if I join this discussion, but how can I rename the profile folder with the name of the profile (account)? Thanks.
Need help with BAS httpClient Post Request
-
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.8I 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 ?