We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecca22a commit 9b3724cCopy full SHA for 9b3724c
src/main/java/com/btk5h/reqn/skript/EffRequest.java
@@ -139,7 +139,7 @@ private HttpResponse sendRequest(Event e) {
139
if (this.method != null) {
140
method = this.method.getSingle(e).toUpperCase();
141
}
142
- String url = this.url.getSingle(e);
+ String url = this.url.getSingle(e).replace('§', '&');
143
String[] headers = EMPTY_STRING_ARRAY;
144
if (this.headers != null) {
145
headers = this.headers.getAll(e);
0 commit comments