Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
85 views

I have a legacy .NET 4.8 framework project. I have tried to get these headers: Accept-Encoding CacheControl sent to my endpoint. But looking with Fiddler, they are not sent, even if I explicitly set ...
tdsrhh's user avatar
  • 1
0 votes
0 answers
26 views

How to translate CI to IC (brazilian portuguese) of the header of a gtsummary table? Using theme_gtsummary_language() function, it doesn't work. I tried the modify_header() function too, but doesn't ...
Ornella Scardua's user avatar
-1 votes
1 answer
82 views

My site shows a white screen and some PHP warnings when I try to: Activate any plugin Log in to wp-admin (if logged out) Save changes in the page builder This happens only when using the Medservice-...
working 101's user avatar
0 votes
1 answer
55 views

Would it be possible to have the first column of the table or grid to be a grid.header or table.header? I am trying to make something similar to this: ⁞ SECTION TITLE ⁞ text text text text text text ...
petsagouris's user avatar
  • 1,763
0 votes
0 answers
31 views

I’m trying to generate a single PDF with multiple headers/footers and different page formats/orientations. Here’s the situation: I have a loop that dynamically changes the page format and orientation....
MatDepInfo's user avatar
1 vote
1 answer
290 views

Just wondering how I work out which of my C/C++ files is resulting in me getting an error. The error is #error: error STL1003: Unexpected compiler, expected C++ compiler. which comes from yvals_core....
Andy's user avatar
  • 3,658
0 votes
0 answers
53 views

When deployed, it fails Cookie validation Bypass Vercel firewall rules for API routes even though cookie + header is seen from the browser middleware.ts import { NextResponse } from 'next/server'; ...
Dumindu Jayasekara's user avatar
0 votes
0 answers
39 views

I have to change the value of "To" element of the soap:Header, like this: <To xmlns="http://www.w3.org/2005/08/addressing">https://MY_NEW_SERVER_URL</To> I created an ...
user3360058's user avatar
2 votes
4 answers
163 views

I have simple program to make a point with x and y coords and function to move it. There are three files: main.c structs.h structs.c structs.h Has the definition of structure typedef struct point{ ...
Akramat's user avatar
  • 163
0 votes
0 answers
55 views

headerImgVery new to coding here. I was wondering how would I go about adding a drop shadow to my header with all my links (white box area). Normally in other programs you would make a white rectangle ...
KDEL-Dev's user avatar
0 votes
0 answers
72 views

We have a Visual Studio Project which links to an external precompiled Library which is only available as release version. They use the release version of the standard library. we are on Windows, so ...
Martin Fehrs's user avatar
  • 1,185
1 vote
0 answers
29 views

I have a Flask app on Render.com serving index.html, styles.css, and main.js from https://custom-va-template.onrender.com. My frontend at https://solixa.ai uses fetch("https://custom-va-template....
Kaan's user avatar
  • 11
-2 votes
1 answer
138 views

i have code: main.cpp #include <iostream> #include "add.h" #include "var.h" using namespace std; int main() { std::cout << width << height << std::...
Aleks's user avatar
  • 1
0 votes
1 answer
153 views

I'm working on an AWS API Gateway setup. I need to dynamically set the Access-Control-Allow-Origin header in the response based on the incoming Origin header from the client request. This is necessary ...
Lakshitha Samod's user avatar
1 vote
1 answer
138 views

I am building a small REST server, which will be deployed to about 2 dozen people, and provide some data on an internal network. I have the GET request setup and can return JSON of the data that I am ...
jetblackrogue's user avatar
0 votes
0 answers
54 views

Question: How to make stacked sticky headers replaceable by the latest one? I am trying to show a list of events for the days of calendar to my users. I near to finishing the view, but I am stuck in ...
rusty's user avatar
  • 1,253
1 vote
0 answers
74 views

I am trying retrieve a user's profile from the front-end from various oauth2 sources. For Discord, the server refuses to process the request, resulting in a CORS error. I already have my flow ...
Arthur's user avatar
  • 320
0 votes
1 answer
467 views

Is there a way to manually set the cache time of some files on GitHub Pages? On my GitHub Page https://orange.github.io/example4/, I would like to set the maximum cache time for Gilroy.woff2 and img....
Andrianovi's user avatar
-1 votes
1 answer
190 views

After upgrading spring boot version. Our jetty http client suddenly throws "request headers too large" error. we do not have the issue before. What has changed ?
cheng's user avatar
  • 39
0 votes
0 answers
50 views

I am trying to rotate the header of a TableColumn. I would also like it not being truncated or cropped. This does not work: TableColumn(Text("Column Name").rotationEffect(Angle(degrees: 45)),...
Marco de Wit's user avatar
  • 2,836
0 votes
1 answer
125 views

Suppose i have a project with and src folder to keep all my code, and an include folder to store third-party libraries. Let's say there is a file include/TestLib/lib.hpp with the following code: // ...
DSlower's user avatar
  • 21
0 votes
1 answer
66 views

I would like to get advice here on easy and most efficient way to have a generic or global header and footer for an html code. Below is my html code - I have different CSS files for styling. In the ...
TeePee's user avatar
  • 1
0 votes
1 answer
71 views

In my gridview, I inserted a column that contains a checkbox in the header: <asp:TemplateField ItemStyle-HorizontalAlign="Center"> <HeaderTemplate> <asp:CheckBox ...
the_uncle_vince's user avatar
1 vote
2 answers
339 views

I have just finished translating my personal website into French, English and Greek using the Polylang plugin in Wordpress.org, following this method described here: https://stackoverflow.com/beta/...
Em Dm's user avatar
  • 11
0 votes
0 answers
21 views

Our project is developed in Angular and uses .netcoreAPI as backend. We hosted the services (both angular as well as the core API) in IIS. We have configured the security headers inside the web.config ...
Deepthi Damodaran's user avatar
0 votes
1 answer
83 views

I need send some request to the app before using it and redirect browser to location from reply of that request in case of status = 302. nginx.conf: http { upstream app { server localhost:3000; ...
MapUser's user avatar
  • 449
0 votes
0 answers
63 views

I have an excel file that I'm reading into databricks using pyspark. The data has extra columns at the end that I do not want included. I use the following code to accomplish this: data_object = ...
PracticingPython's user avatar
0 votes
1 answer
150 views

I am currently trying to implement a scroll to hide header. How can I shrink the height of the header and fade it in as the user scrolls down. Then do the opposite when the user scrolls up(expand the ...
Jobie J's user avatar
  • 284
1 vote
1 answer
183 views

As per security recommendations, I have removed Pragma settings from our site (Angular JS and ASP.Net), however, I still see it in the response headers, could be that the framework is adding it by ...
Rolando F's user avatar
  • 196
0 votes
0 answers
79 views

I've a simple html document, with header, main Area and footer. The main Area contains content like Texts and Tables. I would like to print the document only with html and css to pdf. The header and ...
MiKre's user avatar
  • 1
0 votes
0 answers
101 views

I want to create common header and footer pages that are included on several html pages. I'd like to use javascript. Is there a way to do this using only html and iframe tag I want to load a header ...
Bala Hari's user avatar
0 votes
0 answers
63 views

I have been tasked with updating numerous MS Word doc and docx files. The existing document files have an OLE Object consisting of a linked Word document which allowed all the files to have the ...
mdevman's user avatar
  • 11
0 votes
0 answers
48 views

Using Tabulator 6.3 and header filters, did someone manage to build a list of grouped values ? I'm already feeding the values with a custom list built from an ajax call, but how to tell Tabulator to ...
user1381366's user avatar
0 votes
1 answer
125 views

I use tagList in order to render ploty graphs within a for loop. But the headers don't show ! Is it possible to have plotly graphs AND headers within the for loop ? I want to show a table of content ...
DouxValkyn's user avatar
0 votes
1 answer
77 views

We have just upgraded our Camel project from the version 4.4.0 to the version 4.9.0. And we encountered this error when sending our JMS messages : java.lang.IllegalArgumentException: Unrecognized Type:...
AnthonyAtVIF's user avatar
0 votes
1 answer
134 views

I have two issues on a dataframe: It does not have the correct headers The current headers contain values that should be a "simple" (first) row of the dataframe How do I keep my current ...
Amac's user avatar
  • 61
0 votes
0 answers
90 views

This is my first question on stackoverflow so sorry if this is the wrong formatting. I have created a website on the 2024 wordpress template and have had issues being able to edit the header section. ...
Valentina Saavedra's user avatar
2 votes
1 answer
242 views

Ive tried about every different way I can think of to make the headers in this data-table to show up. Everything else works, just no headers.... Any ideas greatly appreciated Feels like this ...
Micah Yarborough's user avatar
0 votes
0 answers
316 views

I want to use the Intellij Http client to do some HTTP requests. I have different environments. On one of them, I want to login with a JWT and on the other with OAuth2. Both need different headers. I ...
RoflcoptrException's user avatar
1 vote
0 answers
44 views

Page I want to build Hi all, thanks for taking the time to read this I'm facing a problem in flutter. I want to implement an interaction where contentArea#1 is in view port when Tab#1 is active and as ...
Mayank Singh's user avatar
1 vote
3 answers
656 views

I’m reading Bjarne Stroustrup’s A Tour of C++ (3rd Edition), which provides a brief introduction to C++20 features. In the book, he shows how export module can eliminate the traditional pattern of ...
K.R.Park's user avatar
  • 1,229
2 votes
0 answers
560 views

Let's say you serve a website with the header Cross-Origin-Opener-Policy: same-origin. This is a new header that, if I understood it correctly, completely separates a browsing tab/origin to prevent ...
rugk's user avatar
  • 5,785
3 votes
1 answer
140 views

I am trying to ban the inclusion of a list of header files from a source file, and thus preventing the dependency on classes defined in those headers. There are tricks of checking the header guard ...
DXZ's user avatar
  • 505
0 votes
2 answers
98 views

I try to create a header in Excel with VBA. I want some text in the left part of the header, some in the center part and some in the right part. I have tried in several ways but the result is not what ...
CamillaT's user avatar
0 votes
1 answer
32 views

I created a NextJs 14 app with JavaScript, Tailwind and Framer Motion. Now I am receiving feedback from three users that the texts have display errors. This only applies to the view on a mobile device....
Christian Lang's user avatar
0 votes
0 answers
68 views

I am quite troubled with an angular cors problem, using localhost and php files on a webserver. When I build my projects, put it on the server as well, everything works fine. But when I am working on &...
Koalalars's user avatar
0 votes
1 answer
95 views

I'm designing this website www.rikmerchie.com in Wordpress (with the Extendable theme) using the original design library (i'm not using elementor or plugins like that). The thing is we decided we don'...
Margaret's user avatar
1 vote
1 answer
57 views

For some time now I had to endpoint : https://client.a.com => a javascript client (nuxt) https:/api.a.com => PHP api (slim framework) To make those work tohgether I needed a shared Php session....
stadja's user avatar
  • 68
0 votes
0 answers
48 views

I want to allow iframe for site only on a specific sites I cat to make this: Header set Content-Security-Policy "frame-ancestors 'self' http://myorigin.com" But it will be shown in browser ...
John V's user avatar
  • 854
0 votes
0 answers
28 views

This is not a request for help but a possible solution for everybody who might encounter this problem. I had a quite complex header that when printed would not appear from the second page onward. ...
des's user avatar
  • 67

1
2 3 4 5
264