1135
Views
0
Helpful
0
Replies
EEM script with a Question mark in a URL, cannot escape it!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 11:41 AM - edited 03-01-2019 06:25 PM
So i'm trying to create a URL string in an EEM script and the URL has a question mark in it but it's not escaping no matter what i've tried. Any ideas?
A few i've tried are:
action 4.0 set api "http://192.168.0.128.cgi-bin/api.py^V?id=$serial" action 4.0 set api "http://192.168.0.128.cgi-bin/api.py\026?id=$serial" action 4.0 set api "http://192.168.0.128.cgi-bin/api.py\?id=$serial"
Also, i've tried using %3F as the question mark but my apache2 server cannot handing encoded urls.
Any help would be great!
Labels:
- Labels:
-
Network Management
0 Replies 0
