Strange error in bas
-
@seedgg or decodeURIComponent()
-
thanks for replying @seedgg . The problem is i need to send the header in same encoding as above . So decoding and sending will not work .
-
@andy231 everything is work fine, you can send anything you want. https://imgur.com/a/G216e and https://imgur.com/a/Q2fLN and https://imgur.com/a/Lxo5h
-
@seedgg Just noticed that setting the value manually is working but i am scraping that value from a website . Sent you website url in pm . Saving the value and using it is resulting in blank .
And about encoding, it seems that its sniffer who is messing as its converting it in methodDMethodD even in your case.
Thanks for your clarification and effort .
-
@andy231 said in Strange error in bas:
Just noticed that setting the value manually is working but i am scraping that value from a website . Sent you website url in pm . Saving the value and using it is resulting in blank .
And about encoding, it seems that its sniffer who is messing as its converting it in methodDMethodD even in your case.
Thanks for your clarification and effort .please
-
Did you try it ??
-
-
@andy231 when you parse you variable it look like :
"Cgs5Q1o5TW9ZV0UyUg%3D%3D".
You must clean this variable from "\n". Just use block replace string with parameter "\n" as a erxpression with empty parameter. Look at the test script. Use your URL with variable here.
-
@seedgg Many thanks mate!! Working perfect . Thanks for your effort.